File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# epidatr 1.1.0
2+
23- renamed the mostly internal ` get_auth_key ` to ` get_api_key `
3- - added ` set_api_key ` to more easily set the option
4+ - added ` save_api_key ` to more easily set the option
45- various CRAN submission related doc-fixes
56- fixed some errors from passing "" as a key
67
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ API](https://cmu-delphi.github.io/delphi-epidata/). It provides a simple R inter
2828
2929## Usage
3030
31- You can find detailed docs here:
31+ You can find detailed docs here:
3232
3333``` {r}
3434library(epidatr)
@@ -86,7 +86,7 @@ your key, register for a pseudo-anonymous account
8686[ here] ( https://api.delphi.cmu.edu/epidata/admin/registration_form ) and see more
8787discussion on the [ general API
8888website] ( https://cmu-delphi.github.io/delphi-epidata/api/api_keys.html ) . See the
89- ` set_api_key ()` function documentation for details on how to use your API key.
89+ ` save_api_key ()` function documentation for details on how to use your API key.
9090
9191Note that the private endpoints (i.e. those prefixed with ` pvt_ ` ) require a
9292separate key that needs to be passed as an argument. These endpoints require
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ generate your key, register for a pseudo-anonymous account
115115[ here] ( https://api.delphi.cmu.edu/epidata/admin/registration_form ) and
116116see more discussion on the [ general API
117117website] ( https://cmu-delphi.github.io/delphi-epidata/api/api_keys.html ) .
118- See the ` set_api_key ()` function documentation for details on how to use
119- your API key.
118+ See the ` save_api_key ()` function documentation for details on how to
119+ use your API key.
120120
121121Note that the private endpoints (i.e. those prefixed with ` pvt_ ` )
122122require a separate key that needs to be passed as an argument. These
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ regions.
2323We recommend you register for an API key. While most endpoints are available
2424without one, there are [ limits on API usage for anonymous
2525users] ( https://cmu-delphi.github.io/delphi-epidata/api/api_keys.html ) , including
26- a rate limit. See ` set_api_key ()` for details on how to obtain an API key and
26+ a rate limit. See ` save_api_key ()` for details on how to obtain an API key and
2727set this package to use it.
2828
2929## Basic Usage
You can’t perform that action at this time.
0 commit comments