@remotion-studio/sdk 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,8 @@ The plaintext token is shown only once when it is created.
|
|
|
46
46
|
- `headers?: HeadersInit`
|
|
47
47
|
- `fetch?: typeof fetch`
|
|
48
48
|
|
|
49
|
+
`baseUrl` should be the Remotion Studio origin, for example `https://remotionstudio.io`, not `https://remotionstudio.io/api`.
|
|
50
|
+
|
|
49
51
|
## SDK Methods
|
|
50
52
|
|
|
51
53
|
| Method | HTTP | Endpoint | Purpose |
|
package/package.json
CHANGED