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
@@ -72,7 +72,7 @@ export async function fetchSomething(): Promise<Something[]> {
72
72
73
73
There is a live demo: https://crystallizeapi.github.io/libraries/js-api-client/call-api
74
74
75
-
When it comes to API that requires Authentication you can provide more to _createClient_.
75
+
When it comes to APIs that require [authentication](https://crystallize.com/learn/developer-guides/api-overview/authentication), you can provide more to _createClient_.
But you can let the JS API Client do the heavy-lifting for you. Shop Cart API requires proof of access to PIM in order to get such Token.
104
-
Based on your situation, most likely you are using Shop Cart API server-side:
103
+
Or, you can let the JS API Client do the heavy-lifting for you. The Shop Cart API requires proof of access to the PIM API in order to get such a token.
104
+
Based on your situation, you're most likely using the Shop Cart API server-side:
0 commit comments