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
config.api_version =API_VERSION# Optional, defaults to the API version set in your account
24
-
config.user_agent_header ='my custom user agent'# Optional, will make support for your account more efficient if you are doing oauth integrations
24
+
config.user_agent_header ='my custom user agent'# Optional, will make support for your account more efficient if you are doing OAuth integrations
25
25
end
26
26
```
27
27
28
28
## Quaderno Sandbox
29
29
30
-
Quaderno Sandbox is our public staging environment, a safe space to experiment with our set of APIs and products. As a complete separate environment, it has it's own URL https://sandbox-quadernoapp.com and credentials.
30
+
Quaderno Sandbox is our public staging environment, a safe space to experiment with our set of APIs and products. As a completely separate environment, it has its own URL https://sandbox-quadernoapp.com and credentials.
31
31
32
-
It's perfect for your first steps with our tools. Please check https://developers.quaderno.io/dev_tools/sandbox to learn about its test data and limitations.
32
+
It's perfect for your first steps with our tools. Please check https://developers.quaderno.io/developer-tools/sandbox/ to learn about its test data and limitations.
33
33
34
34
## Get authorization data
35
35
36
-
You can get your account subdomain by grabbing it from your account url or by calling the authorization method with your personal api token.
36
+
You can get your account subdomain by grabbing it from your account URL or by calling the authorization method with your personal API token.
@@ -42,7 +42,7 @@ You can get your account subdomain by grabbing it from your account url or by ca
42
42
43
43
Note that `environment` is an optional argument. By passing `:sandbox`, you will retrieve your credentials for the sandbox environment and not for production.
44
44
45
-
This will return a hash with the information about your api url, which includes the account subdomain.
45
+
This will return a hash with the information about your API URL, which includes the account subdomain.
0 commit comments