Skip to content

civictechindex/github-api-test

Repository files navigation

github-api-test

  • A demo that lists the Civic Tech Projects.

  • Uses the GitHub APIs to get the repositories and filters them by topics.

Testing the Demo

Using Postman to view the GitHub API enpoints consumed

Download Postman

  1. Get the Postman API Platform

  2. Import the postman collection

    Import File

    Basic Authorization

    * username: your-github-username 
    * password: your-personal-access-token
    
    • Click on the send button and see the JSON data response from the server in the lower pane.
    • Follow similar steps for rest of the requests inside the collection imported.