aspose_pdf_cloud 25.9.0 → 25.11.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69d9aa0c1dbb6bafe4c8790be43e3669a3093ff5daff622b0f2bc18f53ef06c0
4
- data.tar.gz: c72ecbb919586ad12a7a043c53e93633c81d7577400c07c2b6eb20fec21a0288
3
+ metadata.gz: 8d139ed1c50a269730b817cfdb347651725571bf73756952d686c66d94d71451
4
+ data.tar.gz: 908d9faa44b62880b270b40413ac40b89050bec6383b479f78073f97c763ed09
5
5
  SHA512:
6
- metadata.gz: b9ad4f06d657b61bf3e0f81d4dbddfbb4403d48950f90e2b8e517592ad65d5363c7783a7dcce60af7bc6d4831dcf6eef030966c438852163b591fa518ce4e704
7
- data.tar.gz: 3e8fdb015c608207bf606c24b9e9d821dfb869b4f3d298b760c3ba7725cdfd3225b9329e00eb5edbe930aa6ceade86737528a90529f574e677845edc3a073979
6
+ metadata.gz: 327fbedb042c7c79539907108518e9e19eb84e148ce79fc8b7bd88a25c1109963b6b5e3a9b374fec78c1e34221b1208cf2f87468d78a7e86546985d85f282f61
7
+ data.tar.gz: 3f63f2d341aed068774db64566438d1c361af6476a45f3a614bdcde22275ff74f0c19388e2543fcf04e9ad4c841b9498f1c28a58994652d65c8b3294d5f02b03
@@ -25,11 +25,11 @@ module AsposePdfCloud
25
25
  class PdfApi
26
26
  attr_accessor :api_client
27
27
 
28
- def initialize(app_key, app_sid, host = "", self_host = false, api_client = ApiClient.default)
28
+ def initialize(client_secret, client_id, host = "", self_host = false, api_client = ApiClient.default)
29
29
  @api_client = api_client
30
30
  @api_client.config.self_host = self_host
31
- @api_client.config.app_key = app_key
32
- @api_client.config.app_sid = app_sid
31
+ @api_client.config.client_secret = client_secret
32
+ @api_client.config.client_id = client_id
33
33
  if host != ""
34
34
  if @api_client.config.self_host
35
35
  @api_client.config.self_host_url = host
@@ -439,8 +439,8 @@ module AsposePdfCloud
439
439
  # form parameters
440
440
  form_params = {}
441
441
  form_params["grant_type"] = 'client_credentials'
442
- form_params["client_id"] = @config.app_sid
443
- form_params["client_secret"] = @config.app_key
442
+ form_params["client_id"] = @config.client_id
443
+ form_params["client_secret"] = @config.client_secret
444
444
 
445
445
  body = {}
446
446
 
@@ -31,10 +31,10 @@ module AsposePdfCloud
31
31
  attr_accessor :self_host_url
32
32
 
33
33
  # App Key
34
- attr_accessor :app_key
34
+ attr_accessor :client_secret
35
35
 
36
36
  # App SID
37
- attr_accessor :app_sid
37
+ attr_accessor :client_id
38
38
 
39
39
  # Defines url scheme
40
40
  attr_accessor :scheme
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "25.9.0"
23
+ VERSION = "25.11.0"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_pdf_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 25.9.0
4
+ version: 25.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspose PDF Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-25 00:00:00.000000000 Z
11
+ date: 2025-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday