nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Fix and add some endpoints for `review` #171

Open 417-72KI opened 1 year ago

417-72KI commented 1 year ago

Add

  1. https://docs.github.com/ja/rest/pulls/reviews?apiVersion=2022-11-28#delete-a-pending-review-for-a-pull-request
  2. https://docs.github.com/ja/rest/pulls/reviews?apiVersion=2022-11-28#submit-a-review-for-a-pull-request

Fix

417-72KI commented 1 month ago

@pietbrauer Do you have any concerns about merging this?

pietbrauer commented 1 month ago

@417-72KI I think we should release a new request kit version first and then fix the FIXMEs, right?

pietbrauer commented 2 weeks ago

@417-72KI RequestKit 3.3.0 was released. Sorry it took so long…

417-72KI commented 2 days ago

@pietbrauer I updated RequestKit to new version and FIXMEs are gone! 🚀