Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 652 Bytes

File metadata and controls

17 lines (13 loc) · 652 Bytes

Data Source API Analyst Homework

This repostory contains my work for the Data Source API Analyst assignment

Structure

  • Content/: Contains API documentation, Python scripts, and guides.
  • Postman_Collection/: Holds the Postman collection exports.

Steps Completed

  1. Researched GitHub API endpoints for repositories, commits, and file contents.
  2. Implemented Python scripts in Google Colab with error handling.
  3. Tested API responses in Postman.
  4. Created troubleshooting documentation.

How to Use

  • For Python: Run github_api.py (requires requests library).
  • For Postman: Import GitHub_API_Test.postman_collection.json.