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 π