Demo repository for Mockend
mockend.yml
describes an API which has posts
and comments
. Below you can find a non-exhaustive list of API calls you can make.
To make modifications, fork or copy this config file and install Mockend on your repo.
The documentation is available at https://docs.mockend.com
- https://mockend.com/api/mockend/demo/posts – Post
- https://mockend.com/api/mockend/demo/posts/1 – Post 1
- https://mockend.com/api/mockend/demo/posts?createdAt_order=desc – Posts sorted by createdAt
- https://mockend.com/api/mockend/demo/posts?category_eq=one – Posts in category one
- https://mockend.com/api/mockend/demo/comments?postId_eq=1 – Comments for Post 1
- https://mockend.com/api/mockend/demo/graphql?query=... – Post and Comments
Install 🚀