Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmurphy1217/summer2020-api
An API that returns data on what I've done this summer.
https://github.com/danmurphy1217/summer2020-api
Last synced: 29 days ago
JSON representation
An API that returns data on what I've done this summer.
- Host: GitHub
- URL: https://github.com/danmurphy1217/summer2020-api
- Owner: danmurphy1217
- Created: 2020-07-14T17:44:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T04:44:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T22:10:19.566Z (3 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# summer2020-api
### An API that returns data on what I've done this summer.
- Endpoints include :
1. /api/v1/summer/books/all, which returns all the books I've read,
2. /api/v1/summer/textbooks/all, which returns the textbooks I've read, and
3. /api/v1/summer/work/all, which returns the different companies I worked for.Additionally, as of July 14, this API supports filtering book and textbook requests by one ID and work requests by company name.
For example, /api/v1/summer/books?id=1 returns the second book I read and /api/v1/summer/work?company=Jam returns information on what I did at [Jam](https://www.joinjam.io).