An open API service indexing awesome lists of open source software.

https://github.com/neuodev/hatchway

Backend API to fetch and display a list of posts.
https://github.com/neuodev/hatchway

Last synced: 3 months ago
JSON representation

Backend API to fetch and display a list of posts.

Awesome Lists containing this project

README

          

# Hatchway
Backend API to fetch and display a list of posts.

Routes /api/posts
paramters

tags (required) -> coma separted values like tags=tech,health

direction (optional) -> the sort direction direction=asc or direction=desc

sortBy optional defualt(id) -> can sorty by 'id', 'reads', 'likes', 'popularity'