You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,36 @@ All of the steps above can be automated on an fresh installation of Dataverse on
47
47
48
48
For more information on spinning up Dataverse on AWS (especially if you don't have the `aws` executable installed), see http://guides.dataverse.org/en/latest/developers/deployment.html
49
49
50
+
## Usage in automated processes without API key
51
+
Sometimes you don't want to retrieve an API key manually, like at demo times
52
+
or when you do automatic deployments of sample data.
53
+
54
+
For these cases, a script `get_api_token.py` has been added for your convenience.
0 commit comments