| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://scoop.systems/ | link | — | — | — |
Actions (39)
Posts · 13
- Accept postPOST /api/1/post
Accept a post (curate/publish).
documented - Comment on postPOST /api/1/post
Comment on a post.
documented - Create postPOST /api/1/post
Create a new post in a topic.
documented - Delete postPOST /api/1/post
Delete a post.
documented - Edit postPOST /api/1/post
Edit a post.
documented - Forward postPOST /api/1/post
Forward a post to another topic.
documented - Pin postPOST /api/1/post
Pin a post to its topic.
documented - Prepare postPOST /api/1/post
Prepare a new post by retrieving data from a URL.
documented - Read post dataGET /api/1/post
Access data of a specific post.
documented - Refuse postPOST /api/1/post
Refuse a post.
documented - Rescoop postPOST /api/1/post
Re-scoop a post to another topic.
documented - Share postPOST /api/1/post
Share a post on connected services.
documented - Thank postPOST /api/1/post
Thank a post.
documented
Suggestion Engine · 6
- Create sourcePUT /api/1/se/{engine_id}/sources
Create a user managed source.
documented - Delete sourceDELETE /api/1/se/{engine_id}/sources/{source_id}
Delete a user managed source from a suggestion engine.
documented - List sourcesGET /api/1/se/{engine_id}/sources
List all user managed sources of the given suggestion engine.
documented - List suggestion enginesGET /api/1/se
Get the list of suggestion engines associated to the connected user.
documented - Update sourcePOST /api/1/se/{engine_id}/sources/{source_id}
Update the name of a user managed source.
documented - Update suggestion enginePOST /api/1/se
Update the configuration of a suggestion engine.
documented
Topics · 6
- Edit topicPOST /api/1/topic
Edit a topic's metadata (name, description, language).
documented - Follow topicPOST /api/1/topic
Follow this topic.
documented - Mark topic as readPOST /api/1/topic
Mark this topic as read (reset the unread post count).
documented - Read topic dataGET /api/1/topic
Access data for a topic by id or urlName.
documented - Reorder topic postsPOST /api/1/topic
Reorder curated posts within a topic.
documented - Unfollow topicPOST /api/1/topic
Unfollow this topic.
documented