Skip to content

v2.0.0

Choose a tag to compare

@merlinND merlinND released this 23 Jul 15:22
· 135 commits to master since this release

This version adds compatibility with the latest API changes.

  • All endpoints returning document(s) now contain fully populated document_type and provider keys
  • getDocumentWithInfo and similar functions are now obsolete and were removed
  • Bundled mock server was updated to serve content compliant with the latest API changes
  • getDocument, getDocumentById and getDocumentByIdentifier now take an optional params argument (useful if you want to add a search query parameter to obtain highlighted response, for example)
  • Fixed a couple of bugs that surfaced