Learning Paths
Skills
Working with REST APIs in JavaScript
- 6 courses
- 8 hours
- Skill IQ
A REST API is a way of easily accessing web services. When a RESTful API is called, the server will transfer to the client a representation of the state of the requested resource. A RESTful API is stateless, separates concerns between client-server, allows caching of data client-side and it utilizes standardized base URLs and methods to perform the actions required to manipulate, add or delete data.
Courses in this path
Working with REST API's in JavaScript
In this path you will learn what a JavaScript REST API is and how to begin creating them for your projects. We will start with CRUD basics then move into more advanced of uploading files, securing your API and caching data with local storage.