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.
- Host: GitHub
- URL: https://github.com/neuodev/hatchway
- Owner: neuodev
- Created: 2021-04-15T18:40:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T18:44:23.000Z (over 5 years ago)
- Last Synced: 2026-03-31T05:39:15.986Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'