sideko_netlify_api 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +12 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06f72596e990e6f17ab357326bca13eecd6f6ccfedd653ee7f09c69e1bcde194
4
- data.tar.gz: 5ff99bb3d62414f920046f1f7e63be7b101fea0e4e3bc440cbf84dbf3815fc06
3
+ metadata.gz: d34eda7b1c085e983199722e9f7af61c95a8ed694732dbecdf2c44ca0f96baca
4
+ data.tar.gz: 95bc7f1764fbfdf21cbd44e69e2d67e1818be7a05f6b2ccd948e22805a191be5
5
5
  SHA512:
6
- metadata.gz: f5f2f4931ffa3f2ddcd32b27107948e63d96e2eca8dce4dc15f4608978121c9bc37bc061d5cd887d3e54292d32edb02450c8b38e53f24c268b22a17b74e47c05
7
- data.tar.gz: 8d04923d475521683991f3bf7e2381677607891977a7ca87d8898c9696e5991c1abf48fcf65e12247a4f3dce8b9e6c74869ccd8024ac3d11d079bbb23fb639d8
6
+ metadata.gz: 199cb2ee41a5f891903a8cf887bc14f685c3561f1e016ee217b8bc7aebdb5bc5a1cda131bc743a92c1a29750c38d6cf63b5746afadf6498c33edc37636e40f14
7
+ data.tar.gz: 4e92a72a956e401368c1abd6c0392d6cf6a481b76eef5cc0f3b486d82f1b8c50391bfdfe1e0791975b295a34f94d655359b0e979516060f7a74bbf0955acbbe5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sideko_netlify_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sideko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-02 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -24,14 +24,19 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 5.1.1
27
- description: |-
27
+ description: |
28
+ # SDKs generated by Sideko
29
+
28
30
  Netlify is a hosting service for the programmable web. It understands your documents and provides an API to handle atomic deploys of websites, manage form submissions, inject JavaScript snippets, and much more. This is a REST-style API that uses JSON for serialization and OAuth 2 for authentication.
29
31
 
30
32
  This document is an OpenAPI reference for the Netlify API that you can explore. For more detailed instructions for common uses, please visit the [online documentation](https://www.netlify.com/docs/api/). Visit our Community forum to join the conversation about [understanding and using Netlify’s API](https://community.netlify.com/t/common-issue-understanding-and-using-netlifys-api/160).
31
33
 
32
- Additionally, we have two API clients for your convenience:
33
- - [Go Client](https://github.com/netlify/open-api#go-client)
34
- - [JS Client](https://github.com/netlify/build/tree/main/packages/js-client)
34
+ Additionally, we have five API clients for your convenience:
35
+ - [Python Client](https://github.com/sideko/netlify-python)
36
+ - [Typescript Client](https://github.com/sideko/netlify-typescript)
37
+ - [Ruby Client](https://github.com/sideko/netlify-ruby)
38
+ - [Go Client](https://github.com/sideko/netlify-go)
39
+ - [Rust Client](https://github.com/sideko/netlify-rust)
35
40
  email: team@sideko.dev
36
41
  executables: []
37
42
  extensions: []
@@ -60,5 +65,5 @@ requirements: []
60
65
  rubygems_version: 3.3.5
61
66
  signing_key:
62
67
  specification_version: 4
63
- summary: sideko_netlify_api 1.0.0
68
+ summary: sideko_netlify_api 1.0.1
64
69
  test_files: []