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

https://github.com/bootdotdev/fcc-learn-http-assets


https://github.com/bootdotdev/fcc-learn-http-assets

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Assets for "Learn HTTP" on FreeCodeCamp

This is a snapshot of the code samples for the ["Learn HTTP" course](https://boot.dev/courses/learn-http) on [Boot.dev](https://boot.dev) at the time the video for FreeCodeCamp was [released on YouTube](https://www.youtube.com/watch?v=2JYT5f2isg4). If you want the most up-to-date version of the code, please visit the official [Boot.dev course](https://boot.dev/courses/learn-http). Otherwise, if you're looking for the files used in the video, you're in the right place!

* [Course code samples](/course)
* [Project steps](/project)

## A note on the API used in the course coding assignments

The API used throughout the course is a *live* API hosted on Boot.dev. There is a *chance* that the API will change in the future, which will of course break any code that interacts with it, but it's unlikely. If it does change, I'll update this repo with an explanation.

The base URL of the API is: `https://api.boot.dev/v1/courses_rest_api/learn-http/`

## Alternative APIs you can practice with

If you want to practice writing client-side HTTP code against a live API, here are some alternative options I would recommend:

* [PokeAPI](https://pokeapi.co/)
* [Star Wars API](https://swapi.dev/)

## License

You are free to use this content and code for personal education purposes. However, you are *not* authorized to publish this content or code elsewhere, wthether for commercial purposes or not.