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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,6 @@ All requests are pre-processed and validated. This section outlines how we handl
45
45
46
46
Possible error codes are `required` and `invalid`.
47
47
48
-
### Authentication
49
-
All methods need to authenticate who you are. Before spawning browser workers and deleting a worker for example. Authentication is done using your username and the BrowserStack access key within the HTTP request. For example:
> A `401 Unauthorized` response is given if an unauthorized request is made.
54
-
55
48
### HTTP Verbs
56
49
The API is kept concise and simple by making use of relevant HTTP verbs on each requests. The specifications for these are vague and their use within this API is specific but in general we follow the following rules:
0 commit comments