Aaron Wolen

Results 4 issues of Aaron Wolen

The API provides endpoints for generating and listing external IDs (currently limited to DOIs). We could implement something like ```r osf_generate_id(proj, type = "doi") ``` which would return a modified...

Validate fix for #141. Unable to add tests at the time because test.osf.io was down.

This was originally reported in https://github.com/ropensci/osfr/issues/150 by @doomlab. The reprex [here](https://github.com/ropensci/osfr/issues/150#issuecomment-1285614953) shows that the same file, `421_Lu.pdf`, is returned twice when listing files in the _Local IRB_ directory within [this...

bug

This adds a `sort` argument to `osf_ls_files()` allowing for server-side sorting of the results.