-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finish voice api, updating for release
- Loading branch information
Showing
48 changed files
with
480 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 1.3.0 | ||
- Add new PUT method | ||
|
||
# 1.2.1 | ||
- Expose classes and errors at the package level | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[project] | ||
name = "vonage-http-client" | ||
version = "1.2.1" | ||
version = "1.3.0" | ||
description = "An HTTP client for making requests to Vonage APIs." | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-utils>=1.0.1", | ||
"vonage-utils>=1.1.0", | ||
"vonage-jwt>=1.1.0", | ||
"requests>=2.27.0", | ||
"typing-extensions>=4.9.0", | ||
"pydantic>=2.6.1", | ||
"typing_extensions>=4.9.0", | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# 1.1.0 | ||
- Add `http_client` property | ||
|
||
# 1.0.0 | ||
- Initial upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-messages' | ||
version = '1.0.0' | ||
version = '1.1.0' | ||
description = 'Vonage messages package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.2.1", | ||
"vonage-utils>=1.0.1", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 0.1.0b0 | ||
- Beta release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-number-insight-v2' | ||
version = '0.1.0' | ||
version = '0.1.0b0' | ||
description = 'Vonage Number Insight v2 package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.0.0", | ||
"vonage-utils>=1.0.0", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 1.1.0 | ||
- Add `http_client` property | ||
|
||
# 1.0.2 | ||
- Internal refactoring | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-sms' | ||
version = '1.0.2' | ||
version = '1.1.0' | ||
description = 'Vonage SMS package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.1.1", | ||
"vonage-utils>=1.0.0", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-users' | ||
version = '1.0.1' | ||
version = '1.1.0' | ||
description = 'Vonage Users package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.2.0", | ||
"vonage-utils>=1.0.1", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 1.1.0 | ||
- Add `http_client` property | ||
|
||
# 1.0.1 | ||
- Internal refactoring | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-verify' | ||
version = '1.0.1' | ||
version = '1.1.0' | ||
description = 'Vonage verify package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.2.1", | ||
"vonage-utils>=1.0.1", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# 1.1.0 | ||
- Add `http_client` property | ||
|
||
# 1.0.0 | ||
- Initial upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-verify-v2' | ||
version = '1.0.0' | ||
version = '1.1.0' | ||
description = 'Vonage verify v2 package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.2.1", | ||
"vonage-utils>=1.0.1", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = 'vonage-voice' | ||
version = '1.0.0' | ||
version = '1.0.1' | ||
description = 'Vonage voice package' | ||
readme = "README.md" | ||
authors = [{ name = "Vonage", email = "[email protected]" }] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"vonage-http-client>=1.2.1", | ||
"vonage-utils>=1.0.1", | ||
"vonage-http-client>=1.3.0", | ||
"vonage-utils>=1.1.0", | ||
"pydantic>=2.6.1", | ||
] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from . import errors, models | ||
from .voice import Voice | ||
|
||
__all__ = ['Voice'] | ||
__all__ = ['Voice', 'errors', 'models'] |
Oops, something went wrong.