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

Minimum changes needed for API v2 #72

Closed
15 tasks
ClaytonJY opened this issue Sep 7, 2017 · 3 comments
Closed
15 tasks

Minimum changes needed for API v2 #72

ClaytonJY opened this issue Sep 7, 2017 · 3 comments

Comments

@ClaytonJY
Copy link
Contributor

ClaytonJY commented Sep 7, 2017

@karthik figured it'd be nice to have a list in one place. I think if we address all the v1 endpoints one by one, that should make sure we cover all our bases?

I'll start by listing them all then start going through the migration guide to determine which are straightforward and which require more effort.

From grep -r '/1/' ./:

  • ./R/drop_auth.R: authorize = "https://www.dropbox.com/1/oauth2/authorize",
  • ./R/drop_auth.R: access = "https://api.dropbox.com/1/oauth2/token"
  • ./R/drop_dir.R: metadata_url <- "https://api.dropbox.com/1/metadata/auto/"
  • ./R/drop_search.R: search_url <- "https://api.dropbox.com/1/search/auto/"
  • ./R/drop_delta.R: delta_url <- "https://api.dropbox.com/1/delta"
  • ./R/drop_upload.R: put_url <- "https://api-content.dropbox.com/1/files_put/auto/"
  • ./R/drop_file_ops.R: move_url <- "https://api.dropbox.com/1/fileops/copy"
  • ./R/drop_file_ops.R: move_url <- "https://api.dropbox.com/1/fileops/move"
  • ./R/drop_file_ops.R: create_url <- "https://api.dropbox.com/1/fileops/delete"
  • ./R/drop_file_ops.R: create_url <- "https://api.dropbox.com/1/fileops/create_folder"
  • ./R/drop_shared.R: share_url <- "https://api.dropbox.com/1/shares/auto/"
  • ./R/drop_history.R: rev_url <- "https://api.dropbox.com/1/revisions/auto/"
  • ./R/drop_acc.R: url <- "https://api.dropbox.com/1/account/info"
  • ./R/drop_get.R: get_url <- "https://api-content.dropbox.com/1/files/auto/"
  • ./R/drop_media.R: media_url <- "https://api.dropbox.com/1/media/auto/"
@ClaytonJY ClaytonJY added this to the Update package to V2 of API milestone Sep 7, 2017
@ClaytonJY
Copy link
Contributor Author

Tried to add these to the milestone instead, but that didn't really work. Could be separate issues but ugh that's a lot of issues.

@scheidec
Copy link
Contributor

scheidec commented Sep 12, 2017

More specific details on changes for v2:

@ClaytonJY
Copy link
Contributor Author

Closing as this has been broken into one-issue-per-endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants