@convertrilo/sdk 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/openapi.yaml +11 -4
  2. package/package.json +3 -3
package/openapi.yaml CHANGED
@@ -5,11 +5,18 @@ info:
5
5
  description: |
6
6
  JWT-protected API for creating and managing encode jobs. Supports browser-upload, direct URL ingest, or S3 source.
7
7
  Public endpoints are limited and rate-limited.
8
+
9
+ Official TypeScript SDK: https://www.npmjs.com/package/@convertrilo/sdk
10
+ SDK source and examples: https://github.com/serkandrgn/convertrilo-js
11
+ Interactive docs: https://api.convertrilo.com/docs
12
+ externalDocs:
13
+ description: Convertrilo TypeScript SDK
14
+ url: https://github.com/serkandrgn/convertrilo-js
8
15
  servers:
9
- - url: http://localhost:3001
10
- description: Local backend
11
- - url: https://api.example.com
12
- description: Production (replace with your deployed base URL)
16
+ - url: /
17
+ description: Same origin as these docs
18
+ - url: https://api.convertrilo.com
19
+ description: Production
13
20
  components:
14
21
  securitySchemes:
15
22
  BearerAuth:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convertrilo/sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "TypeScript client for the Convertrilo video encoding API",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -8,10 +8,10 @@
8
8
  "homepage": "https://convertrilo.com",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/convertrilo/convertrilo-js.git"
11
+ "url": "git+https://github.com/serkandrgn/convertrilo-js.git"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/convertrilo/convertrilo-js/issues"
14
+ "url": "https://github.com/serkandrgn/convertrilo-js/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "convertrilo",