We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PATCH
The Github API uses PATCH requests for renaming repositories (SO post here.
WDYT about an API for to rename /foo to /bar like this:
/foo
/bar
PATCH hyper://PUBLIC-KEY/foo Content-Type: application/json { "name": "/bar" }
This feature would make atomic renaming possible by using drive.batch() under the hood.
drive.batch()
The text was updated successfully, but these errors were encountered:
@alphapapa do you have any thoughts on this API?
Sorry, something went wrong.
I like it!
No branches or pull requests
The Github API uses
PATCH
requests for renaming repositories (SO post here.WDYT about an API for to rename
/foo
to/bar
like this:This feature would make atomic renaming possible by using
drive.batch()
under the hood.The text was updated successfully, but these errors were encountered: