For the exercises below, you will need a local clone of the Learning-Resources repository at this link:
Please clone this repository to your local computer (if you have not already done so) before continuing.
The link below provides an exercise that uses the Nager.Date public Web API that we discussed in the Using APIs section:
https://github.com/HackYourFuture/Learning-Resources/tree/main/core-program/week-9/public-holidays
It consists of a pre-made web application with just one part waiting for you to complete: fetching data from the Web API. For this, you will need to study the documentation of the Nager.Date web API. Full instructions are given in the README of the example.
In this exercise, we will use a pre-made custom backend application to practice GET, POST, PUT, and DELETE requests. Visit the link below and follow the Getting started section in the README.
https://github.com/HackYourFuture/Learning-Resources/tree/main/core-program/week-9/simple-api
Exercise:
In this exercise, you will walk through a simple authentication flow using a pre-made backend and Postman.
You will:
Full details at: https://github.com/HackYourFuture/Learning-Resources/tree/main/core-program/week-9/auth-api
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

Found a mistake or have a suggestion? Let us know in the feedback form.