Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yringler/inside-api-go
API to get data about inside chasidus classes
https://github.com/yringler/inside-api-go
Last synced: about 1 month ago
JSON representation
API to get data about inside chasidus classes
- Host: GitHub
- URL: https://github.com/yringler/inside-api-go
- Owner: yringler
- License: mit
- Created: 2019-06-30T18:21:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T13:32:10.000Z (about 3 years ago)
- Last Synced: 2024-06-19T13:38:36.277Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inside-api
API to ensure app has latest version of data# Plan
There will one endpoint to get data. App will pass in a date parameter. If that date is earlier than current data date, redirects to dropbox json file.
If it's after, returns NOCONTENT
Another endpoint will allow to update current data date. It will take a singular query paramter with the current data date.
Actually, I might just put both at one endpoint