Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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