-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavailable_functions.txt
56 lines (39 loc) · 2.23 KB
/
available_functions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
already available and working:
http://developer.500px.com/docs/photos-index
get_photos_popular /v1/photos?feature=popular get
get_photos_upcoming /v1/photos?feature=upcoming get
get_photos_editors /v1/photos?feature=editors get
get_photos_fresh_today /v1/photos?feature=fresh_today get
get_photos_fresh_yesterday /v1/photos?feature=fresh_yesterday get
get_photos_fresh_week /v1/photos?feature=fresh_week get
get_photos_user /v1/photos?feature=user get
get_photos_user_friends /v1/photos?feature=user_friends get
get_photos_user_favorites /v1/photos?feature=user_favorites get
http://developer.500px.com/docs/photos-show
get_photo_detail /v1/photos/ get
http://developer.500px.com/docs/photos-search
get_photos_search /v1/photos/search? get
http://developer.500px.com/docs/users-index
get_user /v1/users get
http://developer.500px.com/docs/users-show
get_user_show /v1/users/show get
http://developer.500px.com/docs/blogs-index
get_blogs_fresh /v1/blogs?feature=fresh get
get_blogs_user /v1/blogs?feature=user get
http://developer.500px.com/docs/blogs-show
get_blog_detail /v1/blogs/ get
http://developer.500px.com/docs/blogs-delete
delete_blog_post /v1/blogs/ delete
http://developer.500px.com/docs/photos-post
post_photo /v1/photos/ post
http://developer.500px.com/docs/upload-post
upload_photo /v1/upload/ upload
http://developer.500px.com/docs/blogs-create
post_blog /v1/blogs/ post
not available yet:
http://developer.500px.com/docs/photos-update
http://developer.500px.com/docs/photos-vote
http://developer.500px.com/docs/users-friends
http://developer.500px.com/docs/blogs-comments-show
http://developer.500px.com/docs/blogs-update
http://developer.500px.com/docs/blogs-comments-create