https://github.com/bootdotdev/fcc-learn-http-assets
https://github.com/bootdotdev/fcc-learn-http-assets
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bootdotdev/fcc-learn-http-assets
- Owner: bootdotdev
- Created: 2023-01-02T20:31:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T20:18:04.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:50:26.626Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=2JYT5f2isg4
- Size: 163 KB
- Stars: 142
- Watchers: 2
- Forks: 103
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.