4. Repositories
Adding a new list_repo function
Like login and create_repo this function needs to contact the API.
But the data we send is less. We need
- Our api_url and auth_token
- We need the URL path for listing repositories
- How do we find that path?