Skip to content

patentsview 1.0.0

Latest

Choose a tag to compare

@mustberuss mustberuss released this 25 Jan 21:50
· 6 commits to master since this release
14bd5c4

Breaking changes in the underlying Patentsview API (@mustberuss, #45)

  • An API key is now required
  • Endpoints are now singular, some additions, one subtraction, one renamed, some are nested now
  • The fields data frame, fieldsdf, was updated, all fields are queryable now
  • Requests throttled by the API are automatically retried
  • Nested fields can be requested by group name

New feature

  • retrieve_linked_data() calls the HATEOAS links now returned by some endpoints

Vignettes

  • Vignettes from the original version of the API and R package have been changed to work with the new version of the API
  • New vignettes were added to help explain the API changes

New Contributors

Full Changelog: v0.3.0...v1.0.0