bombbomb 1.0.0 → 2.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 +8 -8
- data/README.md +7 -7
- data/bombbomb.gemspec +2 -2
- data/docs/PromptsApi.md +1 -1
- data/docs/TeamsApi.md +1 -1
- data/docs/UtilitiesApi.md +1 -1
- data/docs/WebhooksApi.md +1 -1
- data/lib/bombbomb/configuration.rb +1 -1
- data/lib/bombbomb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODU1ZDI1MThhZmVkODFiYTFiYzJmZGRiY2JiZmYyOWQ5YTFhYjY1MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDk1ZDlhNzU5ODhhMThlMmJlYzYyZDMzZGFkNjNlNGQ5NjQ2Y2UzZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzIyY2MxY2EzOWQwZmJiZmUyN2IyOGNhZGUxZTQ0OWY5NDY0MjY5NjI2NTJj
|
10
|
+
YjFhNmZlOWRiNjcxNWIxY2VkNWFlMDhmOTI0NmM3OThkZjc5MWJiNTk0MGQy
|
11
|
+
NTNlODQwYWQ0ZjU5YzY4MGNmZWJlYjc1ZjA1MTY2ZGNiMzE2ODI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Y2MyODdjNmJhNmQzMzUzOTRkN2YxYzg4Mjc1YWU1YmM0NjJjM2JlMzg4Yjg0
|
14
|
+
YTZjMmMwOTg0YTUyNmFlYjY1ODVkYWJmMDViY2RiZDQ3NjlmMmM4NDBiMGY3
|
15
|
+
N2JjNjE3NmI3YTM5ZGM5MzNkNDU2N2JhZWZjZDczNmM0Y2VmOTY=
|
data/README.md
CHANGED
@@ -7,8 +7,8 @@ We make it easy to build relationships using simple videos.
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: 2.0
|
10
|
-
- Package version:
|
11
|
-
- Build date: 2016-09-
|
10
|
+
- Package version: 2.0
|
11
|
+
- Build date: 2016-09-08T19:59:46.240Z
|
12
12
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
13
13
|
|
14
14
|
## Installation
|
@@ -24,15 +24,15 @@ gem build bombbomb.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./bombbomb-
|
27
|
+
gem install ./bombbomb-2.0.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./bombbomb-
|
29
|
+
(for development, run `gem install --dev ./bombbomb-2.0.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'bombbomb', '~>
|
35
|
+
gem 'bombbomb', '~> 2.0'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -78,7 +78,7 @@ end
|
|
78
78
|
|
79
79
|
## Documentation for API Endpoints
|
80
80
|
|
81
|
-
All URIs are relative to *https://
|
81
|
+
All URIs are relative to *https://api.bombbomb.com/v2*
|
82
82
|
|
83
83
|
Class | Method | HTTP request | Description
|
84
84
|
------------ | ------------- | ------------- | -------------
|
@@ -119,7 +119,7 @@ Class | Method | HTTP request | Description
|
|
119
119
|
|
120
120
|
- **Type**: OAuth
|
121
121
|
- **Flow**: implicit
|
122
|
-
- **Authorization URL**: https://
|
122
|
+
- **Authorization URL**: https://app.bombbomb.com/auth/authorize
|
123
123
|
- **Scopes**:
|
124
124
|
- all:manage: Manage All
|
125
125
|
- all:read: Read All
|
data/bombbomb.gemspec
CHANGED
@@ -30,8 +30,8 @@ Gem::Specification.new do |s|
|
|
30
30
|
s.name = "bombbomb"
|
31
31
|
s.version = BombBomb::VERSION
|
32
32
|
s.platform = Gem::Platform::RUBY
|
33
|
-
s.authors = ["
|
34
|
-
s.email = [""]
|
33
|
+
s.authors = ["BombBomb"]
|
34
|
+
s.email = ["support@bombbomb.com"]
|
35
35
|
s.homepage = "http://developer.bombbomb.com"
|
36
36
|
s.summary = "A ruby wrapper for BombBomb's API"
|
37
37
|
s.description = "We make it easy to build relationships using simple videos."
|
data/docs/PromptsApi.md
CHANGED
data/docs/TeamsApi.md
CHANGED
data/docs/UtilitiesApi.md
CHANGED
data/docs/WebhooksApi.md
CHANGED
data/lib/bombbomb/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bombbomb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '2.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- BombBomb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -192,7 +192,7 @@ dependencies:
|
|
192
192
|
version: 0.2.11
|
193
193
|
description: We make it easy to build relationships using simple videos.
|
194
194
|
email:
|
195
|
-
-
|
195
|
+
- support@bombbomb.com
|
196
196
|
executables: []
|
197
197
|
extensions: []
|
198
198
|
extra_rdoc_files: []
|