~jsing/launchpad-api-client/+git/launchpad:gomod

Last commit made on 2020-10-12
Get this branch:
git clone -b gomod https://git.launchpad.net/~jsing/launchpad-api-client/+git/launchpad
Only Joel Sing can upload to this branch. If you are Joel Sing please log in for upload directions.

Branch merges

Branch information

Recent commits

26d153a... by Joel Sing

Add go.mod for launchpad-api-client.

7088440... by Stuart Bishop

Requested reviews are a ReviewVoteReference with no associated comment

19dd6a6... by Stuart Bishop

Expose IsPending on ReviewVoteReference

726d6f9... by Stuart Bishop

Minor ordering correction

63eae22... by Stuart Bishop

Expose merge proposal URL and vote pending status

Reviewed-on: https://code.launchpad.net/~stub/launchpad-api-client/+git/launchpad-api-client/+merge/367164
Reviewed-by: Joel Sing <email address hidden>

67a8942... by Stuart Bishop

Expose IsPending on ReviewVoteReference

0cca20e... by Stuart Bishop

Expose merge proposal URL

3723bf9... by Joel Sing

Correct handling of nominateReviewer responses.

Reviewed-on: https://code.launchpad.net/~jsing/launchpad-api-client/+git/launchpad/+merge/359801
Reviewed-by: Stuart Bishop <email address hidden>

8e95ee4... by Joel Sing

Document the Launchpad responses to createComment and nominateReviewer.

9045a0d... by Joel Sing

Correct handling of nominateReviewer responses.

Unlike createComment, nominateReviewer actually returns the JSON content
containing the review vote reference, rather than providing a location to
the review vote reference.