Selfie APIs

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Selfie APIs PT-BR]]
+
<span style="color: red; font-weight: bold">Deprecation notice:</span> these APIs are deprecated since July 19, 2018.
 +
 
 +
== Hashtags ==
 +
 
 +
{|
 +
! align="left" width="300px"| Resource
 +
! align="left"| Description
 +
|-
 +
| [[POST selfie/hashtags]]
 +
| Creates a new hashtag to be monitored.
 +
|-
 +
|[[POST selfie/hashtags/create_bulk]]
 +
| Creates a collection of hashtags to be monitored.
 +
|-
 +
|[[DELETE selfie/hashtags/:hashtag]]
 +
| Removes a hashtag.
 +
|-
 +
|[[PUT selfie/hashtags/:hashtag]]
 +
| Updates a hashtag.
 +
|-
 +
|[[PUT selfie/hashtags/:hashtag/monitor/start]]
 +
| Starts the monitoring of a hashtag.
 +
|-
 +
|[[PUT selfie/hashtags/:hashtag/monitor/stop]]
 +
| Stops the monitoring of a hashtag.
 +
|-
 +
|[[GET selfie/hashtags/:hashtag/approved]]
 +
| Returns a list of approved posts for a hashtag.
 +
|}
 +
 
 +
== Posts ==
 +
 
 +
{|
 +
! align="left" width="300px"| Resource
 +
! align="left"| Description
 +
|-
 +
| [[POST selfie/posts/:post_id/like]]
 +
| Increments the like counter of a post.
 +
|-
 +
| [[POST selfie/posts/:post_id/unlike]]
 +
| Decrements the like counter of a post.
 +
|}

Latest revision as of 16:03, 29 October 2018

Deprecation notice: these APIs are deprecated since July 19, 2018.

Hashtags

Resource Description
POST selfie/hashtags Creates a new hashtag to be monitored.
POST selfie/hashtags/create_bulk Creates a collection of hashtags to be monitored.
DELETE selfie/hashtags/:hashtag Removes a hashtag.
PUT selfie/hashtags/:hashtag Updates a hashtag.
PUT selfie/hashtags/:hashtag/monitor/start Starts the monitoring of a hashtag.
PUT selfie/hashtags/:hashtag/monitor/stop Stops the monitoring of a hashtag.
GET selfie/hashtags/:hashtag/approved Returns a list of approved posts for a hashtag.

Posts

Resource Description
POST selfie/posts/:post_id/like Increments the like counter of a post.
POST selfie/posts/:post_id/unlike Decrements the like counter of a post.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox