We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
Additional API Consumption Practice
Try consuming the Propublica API to determine the members of the house for a given state. The Lists of Members documentation tells us how to retrieve this data.
Exercise - Make an API Call Using Postman
-
Sign up for an API key here
-
Use Postman to make an API call to the members endpoint
Exercise - Make the Same API Call Using Faraday
Try to consume the same endpoint in a Ruby file using the Faraday gem.