nexmo_api_specification 0.5.0 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/definitions/number-insight.yml +685 -0
- data/definitions/sms.yml +4 -0
- data/definitions/verify.yml +737 -0
- data/guidelines/GUIDELINES.md +1 -1
- data/lib/nexmo_api_specification/version.rb +1 -1
- metadata +4 -2
data/guidelines/GUIDELINES.md
CHANGED
@@ -296,7 +296,7 @@ Every API shall be described using the [OpenAPI Specification][oai].
|
|
296
296
|
|
297
297
|
Versioning
|
298
298
|
----------
|
299
|
-
Nexmo APIs will support versioning. The version is given in the URI.
|
299
|
+
Nexmo APIs will support versioning. The version is given in the URI. The format for versioning is `HOST/VERSION/API` e.g. `api.nexmo.com/v1/calls` or `api.nexmo.com/v3/media`
|
300
300
|
|
301
301
|
### Deprecation
|
302
302
|
When the decision has been taken to deprecate an API:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nexmo_api_specification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Butler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,7 +66,9 @@ files:
|
|
66
66
|
- README.md
|
67
67
|
- Rakefile
|
68
68
|
- definitions/conversation.yml
|
69
|
+
- definitions/number-insight.yml
|
69
70
|
- definitions/sms.yml
|
71
|
+
- definitions/verify.yml
|
70
72
|
- guidelines/GUIDELINES.md
|
71
73
|
- guidelines/README.md
|
72
74
|
- lib/nexmo_api_specification.rb
|