package
0.1.44
Repository: https://github.com/zephinzer/dev.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetNotifications retrieves notifications from the Github API using the provided access token Documentation at: https://developer.github.com/v3/activity/notifications/ To run this as a cURL: `curl -H "Authorization: token XXX" https://api.github.com/notifications`.

# Constants

No description provided by the author
No description provided by the author

# Structs

APIv3Notification represents the structure of a returned response from the Github API from a call to https://api.github.com/notifications.
APIv3NotificationRepository is the structure for the Repository field of the main APIv3Notification object.
APIv3NotificationRepositoryOwner is the structure for the Owner field of the main APIv3NotificationRepository object.
APIv3NotificationSubject is the structure for the Subject field of the main APIv3Notification object.
APIv3UserResponse defines the response structure from the https://api.github.com/user endpoint.
APIv3UserResponsePlan defines the structure for the Plan property of the main APIv3UserResponse class.

# Type aliases

APIv3Notifications is an alias for a slice of APIv3Notification type objects.