Like Functionality
This API contains the functionality of "Like" a subject/event/topic/post/etc. You will be able to use this to track how many likes a subject/event/topic/post/etc gets. The likes will be tracked based on a unique ID for the subject/event/topic/post/etc and unique user ID. This has the ability to like and dislike but it is up to use what you want to use.
Like Functionality endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Like Entry /add |
Create an entry to start tracking like/dislikes against it. This will return an "postId" that will be used to add likes/dislikes and retrieve like data. |
| GET |
Retrieve Like data for Entry /like/{postId} |
This will retrieve the # of likes/dislikes towards the given entry via the provided "postId". |
| POST |
Add Like/Dislike value towards an Entry /like |
Track the user's inputted like/dislike value for the entry. There are three options: 1 = like, -1 = dislike, 0 = none. Response will include the post Id the like entry was added… |
Like Functionality pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 1 / second |
|