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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ This library contains the generated API client and the SSO utilities to make wor
29
29
30
30
### Public vs Secured APIs
31
31
32
-
For the API client, there are two classes, `DefaultAPI` and `PublicAPI`. The `DefaultAPI` contains methods that require your API key, and `PublicAPI` contains api calls
32
+
For the API client, there are two classes, `DefaultApi` and `PublicApi`. The `DefaultApi` contains methods that require your API key, and `PublicApi` contains api calls
33
33
that can be made directly from a browser/mobile device/etc without authentication.
34
34
35
35
## Quick Start
36
36
37
-
### Using Authenticated APIs (DefaultAPI)
37
+
### Using Authenticated APIs (DefaultApi)
38
38
39
39
**Important:** You must set your API key on the ApiClient before making authenticated requests. If you don't, requests will fail with a 401 error.
0 commit comments