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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,12 @@ To get started simply require the package and optionally provide an optional obj
8
8
9
9
```
10
10
var api = require('atlauncher-api')({
11
-
api_key: 'my-api-key,
12
-
force_run: false
11
+
api_key: 'my-api-key
13
12
});
14
13
```
15
14
16
15
The api_key argument is your API-KEY used for admin or PSP api calls.
17
16
18
-
The force_run argument is a boolean (true/false) if we should ignore breaking api calls. For instance when you're about to reach your request limit and get IP banned the force option will allow you to bypass the exception which gets thrown halting execution.
19
-
20
17
For instance for running public api calls such as getting a list of all packs you can use the following:
0 commit comments