8000 Update to latest video grant format by vassjozsef · Pull Request #300 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Update to latest video grant format #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 177 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
177 commits
Select commit Hold shift + click to select a range
ef7bd68
Scoped authentication token and signing keys implementation
AlexPayment Apr 27, 2015
ea2b9d9
Python 2 compatibility
AlexPayment Apr 28, 2015
a01e39b
Add signing key attributes documentation
AlexPayment Apr 28, 2015
ce0a41e
Updating python to support Client Grants
May 11, 2015
be9c9e2
Removing JWT support from the Client
May 12, 2015
af595e7
Add Conversations resources
skimbrel May 12, 2015
4075d2b
Add initial Conversations client test
skimbrel May 12, 2015
7c38105
Add Conversations tests
skimbrel May 12, 2015
65b60d2
Whoops
skimbrel May 12, 2015
188cc5e
Renaming ScopedAuthenticationToken to AccessToken
May 12, 2015
d964824
Removed the SigningKeys List
senthgit May 13, 2015
8f2bcfd
Merge branch 'scoped-auth-tokens' of github.com:twilio/python-private…
senthgit May 13, 2015
dbdb4a8
Add Participant tests
skimbrel May 14, 2015
461819f
adding signing keys to branch
mattmakai May 14, 2015
9a2edff
New add_rest_grant and enable_nts and tests
May 15, 2015
29967c2
Make token creation chainable
May 15, 2015
c577dad
Merge branch 'conversations' into signal-beta
skimbrel May 18, 2015
be8fef1
Merge remote-tracking branch 'github-private/scoped-auth-tokens' into…
skimbrel May 18, 2015
a20892d
Add .json to Tokens in enable_nts
skimbrel May 21, 2015
099c06d
porting to python
wanjunsli Jun 26, 2015
73f40e5
changed __init__.py file
wanjunsli Jun 26, 2015
55c4188
no reservation status
wanjunsli Jun 26, 2015
b37a9c1
wrong reservation status changed
wanjunsli Jun 26, 2015
7f987b1
bug fix to fetch reservations
wanjunsli Jun 29, 2015
7be9163
Remove CapabilityAPI
jwitz10 Jul 15, 2015
3505afe
Merge pull request #2 from twilio/taskrouter-jwt
wanjunsli Jul 15, 2015
c53d711
Helper libs for workflow construction
gramanathaiah Jul 23, 2015
15db38a
added helper function
wanjunsli Jul 28, 2015
3aaae24
added helper function, formatting
wanjunsli Jul 28, 2015
0255c47
forgot to remove sys path
wanjunsli Jul 28, 2015
c58cb4a
removed trailing whitespaces
wanjunsli Jul 28, 2015
ef8d9b9
removed unnecessary constructors and added .format()
wanjunsli Jul 28, 2015
7435b95
added back constructor for TaskRouterWorkspaceCapability and fixed 80…
wanjunsli Jul 30, 2015
05d350e
Incorporated review comments
gramanathaiah Aug 4, 2015
abdb410
Removing unwanted properties
gramanathaiah Aug 4, 2015
e0f4295
Formatting
gramanathaiah Aug 4, 2015
3dea61a
Formatting and removing properties on all classes.
gramanathaiah Aug 4, 2015
92a549b
Add missing Enqueue->Task Twiml generation
jwitz10 Aug 5, 2015
f0bd64f
Change in package structure and formatting of json to dicts/lists
gramanathaiah Aug 6, 2015
17e47db
Merge pull request #28 from wanjunsli/taskrouter-jwt
ihumanable Aug 11, 2015
2b69150
Bumping version to 4.5.0
Aug 11, 2015
ca7f492
Merge branch 'master' of https://github.com/twilio/python-private int…
jwitz10 Aug 26, 2015
bb9487f
Allow fetching reservations by worker
jwitz10 Aug 26, 2015
2c0acb1
Add nested lookup for Task
jwitz10 Aug 29, 2015
b832bbc
Add Reservations as a sub resource of worker
jwitz10 Sep 3, 2015
097df19
Cleanup extra newline
jwitz10 Sep 3, 2015
3f3a5b3
Merge branch 'master' of https://github.com/twilio/python-private int…
jwitz10 Sep 3, 2015
f82ec7f
Fix assertion order
jwitz10 Sep 3, 2015
1ce0abc
Fix merge conflict
jwitz10 Sep 3, 2015
f1958bc
Fix make test (validation on styling)
jwitz10 Sep 3, 2015
d242629
Add worker_reservations endpoint
jwitz10 Sep 3, 2015
013a48a
Merge pull request #29 from twilio/taskrouter
carlosdp Sep 22, 2015
e40b544
Merge pull request #30 from twilio/enqueue-task
carlosdp Sep 22, 2015
288f018
Merge pull request #31 from twilio/worker-reservations
carlosdp Sep 22, 2015
6eae914
Fix indentation
Sep 22, 2015
7978efd
Remove --use-mirrors from test-install
Sep 22, 2015
d3380d5
Add parameter to use container-based travis
Sep 23, 2015
a51d23f
Add secure travis token
Sep 23, 2015
61d4746
Fix syntax errors for non-2.7
Sep 23, 2015
8e553c4
Only build master automatically
Sep 23, 2015
7593d7f
Remove calls to assertIsNotNone
Sep 23, 2015
7fe5243
Remove branches restriction from travis
Sep 23, 2015
9670448
Fix rogue format
Sep 23, 2015
b1af810
Functionalize print
Sep 23, 2015
7502ecd
Merge pull request #32 from twilio/fix-syntax-errors
carlosdp Sep 23, 2015
12dbd57
Bump to version 4.6.0
Sep 23, 2015
a25329c
Reconfigure travis
Sep 23, 2015
636bf91
fix broken image link
kwhinnery Sep 23, 2015
9f62d18
Fix travis config
Sep 23, 2015
da33db6
Sms Pricing for Messaging Countries
senthgit Oct 10, 2015
42bb368
add test_paging_iter test for Recordings resource
morrissimo Oct 13, 2015
f5303ed
add iter() method to Recordings resource
morrissimo Oct 13, 2015
3012665
Adding python 3.5 support
patrick91 Oct 17, 2015
13da73b
Sip Trunking SDK
senthgit Oct 10, 2015
08e1514
Add IPMessaging and tests
Oct 21, 2015
ce08b3d
Merge branch 'conversations' into edge
Oct 21, 2015
14cbaa2
Fix up flake violations in Conversations
Oct 21, 2015
07bf639
Merge branch 'ip-messaging' into edge
Oct 21, 2015
6bf0e94
Merge remote-tracking branch 'origin/signal-beta' into edge
jingming Oct 21, 2015
6f6938f
Keys auth
jingming Oct 22, 2015
2c58ec3
Update import
jingming Oct 22, 2015
30fd529
Add a new line
jingming Oct 22, 2015
8f84229
Add a new line
jingming Oct 22, 2015
0e7e73d
Fix edge build
jingming Oct 29, 2015
cf5a8b7
Bump to version 4.7.0
Oct 29, 2015
b0e5f3b
Merge pull request #33 from twilio/sms-pricing
jingming Nov 2, 2015
0978a56
Bump version for SMS pricing release
jingming Nov 2, 2015
4eabc57
Merge branch 'master' of https://github.com/twilio/python-private
jingming Nov 2, 2015
e13a621
Change near_lat_long to be formatted string, fixes #216
Nov 2, 2015
49ff0b5
Merge pull request #231 from twilio/fix-lat-long-doc
carlosdp Nov 2, 2015
0a9c7a9
Merge pull request #226 from morrissimo/RM-add_before_after_support_t…
carlosdp Nov 2, 2015
c0c79fd
Add Python 3.5 to Travis build matrix
Nov 2, 2015
e1b258b
Merge pull request #227 from patrick91/update/py35
carlosdp Nov 2, 2015
8374ba2
Remove --use-mirrors to support 3.5
Nov 2, 2015
f4ed073
Merge pull request #232 from twilio/remove-pip-mirrors
carlosdp Nov 2, 2015
7b11d5f
Revert "Merge remote-tracking branch 'origin/signal-beta' into edge"
jingming Nov 2, 2015
20f2ed6
Revert "Merge branch 'conversations' into edge"
jingming Nov 2, 2015
b1f7f3d
Remove merge artifact
jingming Nov 2, 2015
8e73936
Merge branch 'master' of github.com:twilio/python-private
Nov 3, 2015
e909853
Merge branch 'remove-edge' of https://github.com/twilio/python-privat…
jingming Nov 3, 2015
d65bd3d
Merge pull request #233 from twilio/remove-edge
carlosdp Nov 3, 2015
15bc4cb
Bump version due to conflict
jingming Nov 3, 2015
734a571
Merge branch 'master' of https://github.com/twilio/python-private int…
jingming Nov 3, 2015
0411db6
Merge pull request #34 from twilio/sip-trunking
jingming Nov 3, 2015
27f9df2
Bump version for sip trunking release
jingming Nov 3, 2015
c87ee27
Fixed redundant countries
senthgit Nov 16, 2015
264f0e3
Merge pull request #235 from twilio/fix-messaging-country
senthgit Nov 18, 2015
a7fbb65
Bump version to 4.9.1
senthgit Nov 18, 2015
a04a20f
Fix for Broken Trunking helper library
senthgit Nov 21, 2015
d7fd631
Merge pull request #238 from twilio/fix-trunking
senthgit Nov 25, 2015
b0c7df5
Bump version to 4.9.2
senthgit Nov 25, 2015
e0c29fa
Add access tokens to master
jingming Dec 3, 2015
c2f99b5
Bump versions
jingming Dec 3, 2015
3cfedaf
Merge branch 'master' of https://github.com/twilio/twilio-python into…
jingming Dec 3, 2015
eb84973
Merge pull request #240 from twilio/identity-tokens
jingming Dec 3, 2015
ab9b121
Make nbf optional in access tokens
jingming Dec 8, 2015
5f2d9c1
Merge pull request #39 from twilio/remove-nbf
jingming Dec 9, 2015
b335ea1
Bump version
jingming Dec 9, 2015
5a468d8
Remove dependecy
jingming Dec 12, 2015
3a58b52
Remove decode
jingming Dec 12, 2015
32211d6
Merge pull request #40 from twilio/remove-pyjwt
jingming Dec 12, 2015
0e9e095
Bump version
jingming Dec 12, 2015
ef47b18
IP Messaging public beta release
senthgit Dec 17, 2015
0f7b73c
Test resources
senthgit Dec 17, 2015
f6cf05a
Merge pull request #243 from twilio/ip-messaging-public-beta
senthgit Dec 17, 2015
ea14998
Bump version to 5.2.0 for releasing IP Messaging SDK
senthgit Dec 17, 2015
0cace2e
Supporting filter_friendly_name
wanjunsli Jan 12, 2016
3d79b57
Moving imports to beginning of init; removing excess blank lines
wanjunsli Jan 12, 2016
5500cba
Using only filters instead of workflow_rules; added check for friendl…
wanjunsli Jan 18, 2016
3c0b395
fixing indentations, fixed deletion of assertEqual
wanjunsli Jan 18, 2016
ee487ba
removing .iml file
wanjunsli Jan 18, 2016
79daa8d
Reverting all changes; parsing user input for filter_friendly_name an…
wanjunsli Jan 19, 2016
3bb6b3f
Reverting optional param
wanjunsli Jan 19, 2016
11266b0
remove unnecessary import
wanjunsli Jan 19, 2016
5715631
fixed blank line
wanjunsli Jan 19, 2016
cba4bfb
Checking for filter_friendly_name in TaskrouterConfig
wanjunsli Jan 20, 2016
1e7ec9c
Allow fetching Reservations under a Worker by default
jwitz10 Jan 21, 2016
32444e8
Update location of imports
jwitz10 Jan 22, 2016
8e7c696
Revert back to reservations_url
jwitz10 Jan 27, 2016
641e982
Merge pull request #247 from twilio/worker-reservations-fetch
jingming Jan 28, 2016
02dda06
Merge pull request #245 from wanjunsli/tr-filter-friendly-name
jingming Jan 28, 2016
bae3081
Bump to version 5.3.0
jingming Jan 28, 2016
971ed0e
Added missing "addresses" endpoint to client.py
nookiepl Feb 11, 2016
316c6ab
Fixed typo
nookiepl Feb 11, 2016
26ecc6d
Merge pull request #257 from nookiepl/patch-1
carlosdp Feb 11, 2016
c59214a
Fix phone call -> message copypasta
pinkerton Feb 21, 2016
cbf00e8
Merge pull request #258 from Pinkerton/patch-1
carlosdp Feb 21, 2016
25fd789
Add issue template
Feb 26, 2016
b24dd45
Add API key auth support
Feb 29, 2016
089dcde
Bump to version 5.4.0
Feb 29, 2016
b297a68
Fix the closing tag for <response>
w7pea Mar 20, 2016
22b84cd
Merge pull request #261 from W7PEA/patch-1
carlosdp Mar 22, 2016
6bb14a7
Add programmable voice grant
jingming Aug 5, 2016
376ab67
Change ProgrammableVoiceGrant to VoiceGrant
jingming Aug 24, 2016
dddd0a3
Pin flake8 version
jingming Sep 1, 2016
eac0a35
Merge pull request #279 from twilio/prv-grant
jingming Sep 1, 2016
d77e1f6
Bump version for release
jingming Sep 1, 2016
bf588f8
Add VideoGrant.
Sep 1, 2016
a73f0cc
Merge pull request #280 from sroyc/master
ihumanable Sep 19, 2016
784472c
`venv` is not a `.PHONY` target
Sep 19, 2016
869ee0c
Use non-deprecated assertions
Sep 19, 2016
7441999
Adding changes and bumping version for 5.6.0
Sep 19, 2016
02cb44d
Add iter function to messages resource
Oct 7, 2016
e18bc8e
Fix up code style issues
Oct 8, 2016
fd629fb
Clean up remaining code style issue
Oct 8, 2016
ff8846c
docs and tests shouldnt be packaged and installed with the Twillio lib
ekampf Nov 15, 2016
ee9036d
Fix reference to *Message* class instead of *Call*
Nov 16, 2016
3f59c62
Merge pull request #291 from MikeBenza/add-messages-iter
codejudas Nov 16, 2016
b85de81
Merge branch 'master' into patch-1
ekampf Nov 22, 2016
f91e1a9
Merge pull request #295 from ekampf/patch-1
dougblack Nov 23, 2016
ce52fc2
Python 3.6 support
remik Jan 8, 2017
8e76e63
Bump version to 5.7.0
jingming Jan 26, 2017
03d4607
Update to latest video grant format
Jan 31, 2017
79931f9
Add pypi badge to readme
codejudas Feb 13, 2017
5570054
Merge branch 'master' into feature/py36
codejudas Feb 21, 2017
fd20d3e
Merge pull request #298 from remik/feature/py36
codejudas Feb 21, 2017
438df4d
Merge branch 'master' into video-room-name
dougblack Mar 13, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pypi badge to readme
  • Loading branch information
codejudas authored Feb 13, 2017
commit 79931f95961b942f9c85303d55cfc38a76b5a416
1 change: 1 addition & 0 deletions README.md
< 4F36 td id="diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L2" data-line-number="2" class="blob-num blob-num-context js-linkable-line-number">
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# twilio-python

[![Build Status](https://secure.travis-ci.org/twilio/twilio-python.png?branch=master)](http://travis-ci.org/twilio/twilio-python)
[![PyPI](https://img.shields.io/pypi/v/twilio.svg)](https://pypi.python.org/pypi/twilio)

A module for using the Twilio REST API and generating valid
[TwiML](http://www.twilio.com/docs/api/twiml/ "TwiML -
Expand Down
0