runapi-kling 0.2.13 → 0.2.14

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ee363d9aca47d12b9532fe37133181c95bc914e233c127ce86dc7ef9cde3000
4
- data.tar.gz: 06e2eea2612c5d2a6eaba6264a7c050d2d61b9cb80c26cfea581139a17baed20
3
+ metadata.gz: 4e9cf3bd778f4eb399c79e7a1fc81b24c6783d56ed625b6102e2e6c90cb066b5
4
+ data.tar.gz: 1932a3abf1e67949639c2ff9a75173bedd76d09a71fac883102985dab80c13de
5
5
  SHA512:
6
- metadata.gz: 6bc711db4985a209433276045dfb1174b4295f7256075287da212e98f4f443e8b2670a99f3344410b6441d507cd10465f691b46b97b129b9b22066a7d5a1a085
7
- data.tar.gz: b5e93c8807bacc42d3988ee2e1146011733ec0f0d5f9eda7d9fff97b7ad81ed72d6db39f7ee2ba1b2e334c69044026efde4c65fe2f7d250ad37762cb6d6552df
6
+ metadata.gz: 22f39494c76057427e7ffc927991bf52a980fce4330226103cb71fe0063e0f4f634edcba7b78764f3023e188e7bc91725ad8e503dfc5c28ba5102d4f59d7be75
7
+ data.tar.gz: 00e6370f82e94cad79e7f8c873818241f7df2e876060c054819fd86b9f737c30b66471fc44025ee778d0c3f7f82e2d95d8372f0e8bfb565b6310baeab9715e8c
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Kling Ruby SDK is the language-specific package for Kling on RunAPI. Use this package for video generation, animation, and video editing workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in Ruby.
4
4
 
5
- This README is the Ruby package guide inside the public `kling-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/kling; for API reference, use https://runapi.ai/docs#kling; for SDK docs, use https://runapi.ai/docs#sdk-kling.
5
+ This README is the Ruby package guide inside the public `kling-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/kling; for API reference, use https://runapi.ai/docs/api/kling/text-to-video; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/kling"
17
17
 
18
18
  client = RunApi::Kling::Client.new
19
19
  task = client.text_to_video.create(
20
- # Pass the Kling JSON request body from https://runapi.ai/docs#kling.
20
+ # Pass the Kling JSON request body from https://runapi.ai/docs/api/kling/text-to-video.
21
21
  )
22
22
  status = client.text_to_video.get(task.id)
23
23
  ```
@@ -50,8 +50,8 @@ Use Ruby keyword arguments and the `RunApi::Kling` error classes when building v
50
50
  ## Links
51
51
 
52
52
  - Model page: https://runapi.ai/models/kling
53
- - SDK docs: https://runapi.ai/docs#sdk-kling
54
- - Product docs: https://runapi.ai/docs#kling
53
+ - SDK docs: https://runapi.ai/docs/resources/sdks
54
+ - Product docs: https://runapi.ai/docs/api/kling/text-to-video
55
55
  - Pricing and rate limits: https://runapi.ai/models/kling/3.0
56
56
  - Provider comparison: https://runapi.ai/providers/kuaishou
57
57
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-kling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.3.0
18
+ version: 0.4.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.3.0
25
+ version: 0.4.0
26
26
  description: The Kling Ruby SDK is the language-specific package for Kling on RunAPI.
27
27
  Use this package for video generation, animation, and video editing workflows when
28
28
  your application needs request bodies, task status lookup, and consistent RunAPI
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 4.0.17
74
+ rubygems_version: 4.0.10
75
75
  specification_version: 4
76
76
  summary: Kling API Ruby SDK for RunAPI
77
77
  test_files: []