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
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
After downloading, make sure the 'paperspace' binary is permitted to run on your system by marking its permissions appropriately.
32
32
Also, add the directory containing the 'paperspace' binary to your path using a method appropriate for your platform.
@@ -55,7 +55,7 @@ There are two ways to create an API key, either via the Paperspace CLI, or from
55
55
56
56
#### Option 1: Obtain an API key via Paperspace CLI
57
57
58
-
You can create your first API key by logging into your account via the Paperspace CLI:
58
+
You can create your first API key by logging into your account via the Paperspace CLI:
59
59
60
60
$ paperspace login
61
61
@@ -87,7 +87,7 @@ You'll use the API keys generate here to authenticate your requests.
87
87
88
88
You can interact with Paperspace's API in three ways: from the command line using the Paperspace CLI, programatically (from within a Javascript Nodejs application), or by using an HTTP client of your choice and the Paperspace API HTTP enpoints documented here.
89
89
90
-
### Authentication
90
+
### Authentication
91
91
92
92
For authenticated requests, the Paperspace CLI and Paperspace-Node module will look in three places for an api key:
0 commit comments