How can I read all repositories for the current logged in user (under current user I understand the user authenticated with the acess_token - we are in API side). The "/repositories" endpoint return us all the public repositories. The "/repositories/{username}" returns all the user (identified by the username) repositories. This endpoint is good but from the raw logic we didn't know the user's username (the user who shared with the current user a repository).
So I'm looking for and endpoint witch returns for me all my (current user) repositories but also all the repositories shared with me.