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

[_]: feat/add endpoint to decline invitations #165

Merged
merged 6 commits into from
Sep 6, 2023

Conversation

masterprog-cmd
Copy link
Contributor

  • Endpoint to delete invitations has been added.

  • Endpoint for updating user roles has also been updated.

And the endpoint to update the role has also been updated.
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2023

Codecov Report

Merging #165 (93ac3cc) into master (00cf47d) will not change coverage.
The diff coverage is 50.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   67.45%   67.45%           
=======================================
  Files          39       39           
  Lines        1014     1014           
  Branches      140      140           
=======================================
  Hits          684      684           
  Misses        295      295           
  Partials       35       35           
Files Changed Coverage Δ
src/drive/share/index.ts 52.58% <50.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines -270 to -279
/**
* Get private folder data.
*
* @param {string} folderUUID - The UUID of the folder.
* @returns {Promise<{ data: PrivateSharedFolder }>} A promise containing the private folder data.
*/
public getPrivateSharedFolder(folderUUID: string): Promise<{ data: PrivateSharedFolder }> {
return this.client.get(`private-sharing/by-folder-id/${folderUUID}`, this.headers());
}

Copy link
Contributor

Choose a reason for hiding this comment

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

This has been deleted because the endpoint no longer works?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, I think so. Now we use sharings/... instead of private-sharing/...

@masterprog-cmd masterprog-cmd merged commit 2160209 into master Sep 6, 2023
2 checks passed
@masterprog-cmd masterprog-cmd deleted the feat/decline-invitations branch September 6, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants