List Organization Events For The Authenticated User
This API endpoint retrieves a list of organization events for the authenticated user within a specific organization. By providing a username and organization name in the path parameters, it returns events that are visible to the authenticated user and associated with the specified organization. The endpoint uses the GET HTTP method and follows the pattern /users/{username}/events/orgs/{org}, where {username} represents the GitHub username and {org} represents the organization identifier. This...