Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jun 8, 2019
1 parent 0b85e5f commit 4f49052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2.md
Expand Up @@ -18,7 +18,7 @@
- **[init()](api#initoptions-promiseclient)** - v2 adds the `init` method that is designed to handle authorization on a single page.
- **[client.encounter](client#clientencounterid-stringnull)** - v2+ adds `client.encounter.id` and `client.encounter.read()` API
- **client.user** - v2+ adds [client.user.fhirUser](client#clientuserfhiruser-string) and [client.user.resourceType](client#clientuserresourcetype-string) API and changes [client.user.id](client#clientuserid-string) to return the ID of the user resource (instead of the whole "type/id" token).
- **[client.request()](client#clientrequestrequesturioroptions-fhiroptions-promiseobject)** - v2+ adds the `client.request()` method.
- **[client.request()](client#clientrequestrequestoptions-fhiroptions-promiseobject)** - v2+ adds the `client.request()` method.
- **[client.refresh()](client#clientrefresh-promiseobject)** - v2+ adds the `client.refresh()` method.
- **[client.getPath()](client#clientgetpathobject-path-any)** - v2+ adds the `client.getPath()` method.
- **client.getBinary** - v2+ no longer has a `client.getBinary()` method.
Expand Down

0 comments on commit 4f49052

Please sign in to comment.