Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API] Add notification endpoint #9488

Merged
merged 6 commits into from
Jan 9, 2020
Merged

Commits on Jan 8, 2020

  1. [API] Add notification endpoints

     * add func GetNotifications(opts FindNotificationOptions)
     * add func (n *Notification) APIFormat()
     * add func (nl NotificationList) APIFormat()
     * add func (n *Notification) APIURL()
     * add func (nl NotificationList) APIFormat()
     * add LoadAttributes functions (loadRepo, loadIssue, loadComment, loadUser)
     * add func (c *Comment) APIURL()
     * add func (issue *Issue) GetLastComment()
     * add endpoint GET /notifications
     * add endpoint PUT /notifications
     * add endpoint GET /repos/{owner}/{repo}/notifications
     * add endpoint PUT /repos/{owner}/{repo}/notifications
     * add endpoint GET /notifications/threads/{id}
     * add endpoint PATCH /notifications/threads/{id}
    6543 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    fea0d91 View commit details
    Browse the repository at this point in the history
  2. Add TEST

    6543 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    198bb6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d50586 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. code format

    6543 committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    018c0c5 View commit details
    Browse the repository at this point in the history
  2. code format

    6543 committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ec8db80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5336d9 View commit details
    Browse the repository at this point in the history