You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[APIs are still in development]
This is a very crude version of APIs, we need to improve them and add some more.
Let this thread be open for API developments - like if anyone wants to update api they should mention in this thread.
TODO -
None of them are tested as of now.
Post Endpoints - /api/feed
Get a list of all Posts [GET]- '/'
Create a new Post [POST] - '/'
Get a Post by id [GET] - /:id',
Update a Post by id [PUT]- '/:id'
Delete a Post by id [DELETE]- '/:id',
Channel Endpoints - /api/feed
Create a new Channel [POST] - '/:postId/channel'
Get a Channel by postId [GET] - '/:postId/channel'
Update a Channel by postId [PUT]- '/:postId/channel'
Delete a Channel by postId [DELETE]- '/:postId/channel'
Message Endpoints - /api/feed
Create a new Message [POST] - '/:postId/message/'
Get all Messages by postId [GET]- '/:postId/message'
Update a Message by postId [PUT]- '/:postId/message/:messageId'
Delete a Message by postId [DELETE]- '/:postId/message/:messageId'
The text was updated successfully, but these errors were encountered:
Do not close this issue
[APIs are still in development]
This is a very crude version of APIs, we need to improve them and add some more.
Let this thread be open for API developments - like if anyone wants to update api they should mention in this thread.
TODO -
None of them are tested as of now.
Post Endpoints - /api/feed
Channel Endpoints - /api/feed
Message Endpoints - /api/feed
The text was updated successfully, but these errors were encountered: