APIs were created for the freeCodeCamp Apis and Microservices Certification. FCC teaches in javascript, but these APIs were created using Flask, with the FCC projects as inspiration.
Details for each API and endpoints are documented in the app. Find details on each individual API below.
FCC profile: https://www.freecodecamp.org/jhoover4
Heroku app: https://jh-fcc-backend-apis.herokuapp.com/
- Timestamp API: https://jh-fcc-backend-apis.herokuapp.com/timestamp
- Request Header Parser API: https://jh-fcc-backend-apis.herokuapp.com/request-parser
- URL Shortener API: https://jh-fcc-backend-apis.herokuapp.com/shorturl
- Exercise Shortener API: https://jh-fcc-backend-apis.herokuapp.com/file-metadata
- Image Search API: https://jh-fcc-backend-apis.herokuapp.com/exercise
- File Metadata Microservice: https://jh-fcc-backend-apis.herokuapp.com/file-metadata
Current code coverage is 95%.