Hello 👋 Welcome to API Workshop. This is a very simple repository containing the basics of APIs, some theory, and exercises.
Go through API_fundamentals_workshop.pdf Presentation
-
Run
pip install -r requirements.txt
-
Open code/random_number_fact.py, analize and run the file.
-
Open code/guess_nationality.py, analize and run the file.
-
Open code/display_response_object_attributes.py, analize and run the file.
-
Create a new file under code/ with the name you wish.
-
Choose one API from HERE and try make a GET request to that API using requests library
7 Now try to create a functionality using the response object of the GET request, use guess_nationality.py as example.
- Use Git to commit your file and push it to the repo.