feat: Add support for Codespaces organizations APIs by Not-Dhananjay-Mishra · Pull Request #3892 · google/go-github

@Not-Dhananjay-Mishra

Relates: #2362
This PR adds support for endpoint of Codespace organizations

  • GET /orgs/{org}/codespaces
  • PUT /orgs/{org}/codespaces/access
  • POST /orgs/{org}/codespaces/access/selected_users
  • DELETE /orgs/{org}/codespaces/access/selected_users
  • GET /orgs/{org}/members/{username}/codespaces
  • DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}
  • POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.56%. Comparing base (34bb848) to head (381db67).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3892      +/-   ##
==========================================
+ Coverage   92.53%   92.56%   +0.03%     
==========================================
  Files         201      202       +1     
  Lines       14702    14773      +71     
==========================================
+ Hits        13604    13675      +71     
  Misses        897      897              
  Partials      201      201              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

gmlewis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Not-Dhananjay-Mishra

@Not-Dhananjay-Mishra

@Not-Dhananjay-Mishra

@gmlewis Thanks for suggestions. I’ve made the changes.

gmlewis

alexandear

@Not-Dhananjay-Mishra

gmlewis

alexandear

@gmlewis