We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11020ca commit 4f6e61cCopy full SHA for 4f6e61c
README.md
@@ -13,4 +13,10 @@ func getClient() *paperspace.Client {
13
client.APIKey = p.APIKey
14
return client
15
}
16
-```
+```
17
+
18
+## Environment Variables
19
+- PAPERSPACE_APIKEY: Paperspace API key
20
+- PAPERSPACE_BASEURL: Paperspace API url
21
+- PAPERSPACE_DEBUG: Enable debugging
22
+- PAPERSPACE_DEBUG_BODY: Enable debug for response body
0 commit comments