summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Additional testing for Versionorigin/fix-read-limitsmatt2016-08-161-10/+153
| | | | Tests cases for `Version::absoluteUrl()` and `Version::relativeUri()`
* Fix readLimits logic for selecting best pageSizematt2016-08-152-1/+95
| | | | | | * pageSize should be the smaller of the limit and the MAX_PAGE_SIZE * pageSize should always be clamped to the MAX_PAGE_SIZE * Test Suite with assertions about how `readLimits` should work.
* Fix VersionInfo5.0.1matt2016-08-151-1/+1
|
* Add a link to VERSIONS.mdmatt2016-08-151-0/+5
|
* Merge remote-tracking branch 'public/master'matt2016-08-151-3/+0
|\
| * remove release candidate languageKevin Whinnery2016-08-151-3/+0
| |
* | Add a VERSIONS.md that explains our Versioning Strategymatt2016-08-151-0/+59
|/
* Remove RC from VersionInfo for GA Release5.0.0matt2016-08-151-1/+1
|
* Mainline generation for GA releaseorigin/next-genmatt2016-08-1544-4665/+17
|
* Merge pull request #355 from twilio/next-gen-docsMatt Nowack2016-08-158-4/+610
|\ | | | | Next gen docs
| * Cleaning up the next-gen-docs stufforigin/next-gen-docsmatt2016-08-153-2/+4
| |
| * Switch to apigen docs, put note in RTD docsAndrew T. Baker2016-08-117-3/+607
| |
* | Bumping to version 5.0.0-RC225.0.0-RC22Jingming Niu2016-08-121-1/+1
| |
* | Add Recordings fieldsJingming Niu2016-08-122-1/+20
| |
* | Merge pull request #351 from twilio/next-gen-prv-grantMatt Nowack2016-08-112-0/+176
|\ \ | | | | | | Add programmable voice grant
| * | Add programmable voice grantorigin/next-gen-prv-grantJingming Niu2016-08-072-0/+176
| | |
* | | Removed some weird documentation formattingmatt2016-08-1183-1162/+664
| | |
* | | Bumping to version 5.0.0-RC215.0.0-RC21matt2016-08-111-1/+1
| | |
* | | Add region configurability + \Twilio\Rest\Client unit testsmatt2016-08-113-3/+152
| | |
* | | Cleaning up some inspection issuesmatt2016-08-112-22/+22
| |/ |/|
* | Bumping to version 5.0.0-RC205.0.0-RC20matt2016-08-111-1/+1
| |
* | Update library with new visibility constraintsmatt2016-08-1132-661/+901
| | | | | | | | | | | | * /SMS has been removed in favor of the /Messages endpoints * /SMS/Shortcodes are now hoisted to the Account (no more SmsList/Instance/Context needed) * Update to taskrouter
* | Bumping to version 5.0.0-RC195.0.0-RC19matt2016-08-081-1/+1
| |
* | Test the Values classmatt2016-08-081-0/+64
| |
* | Make Values case-insensitive.matt2016-08-081-2/+6
| |
* | Bumping to version 5.0.0-RC185.0.0-RC18matt2016-08-081-1/+1
| |
* | Remove unused properties, normalize ->accountmatt2016-08-081-26/+1
| | | | | | | | `->account` now works like any other version convenience method.
* | Update the PHPDoc to correctly annotatematt2016-08-081-0/+3
| | | | | | | | | | | | * `->account` gets the default AccountInstance * `->accounts` gets the AccountList * `->accounts($sid)` gets a new AccountContext.
* | Add contextAccount to allow selecting alternate account.matt2016-08-081-49/+8
| |
* | Bumping to version 5.0.0-RC175.0.0-RC17matt2016-08-081-1/+1
| |
* | Add appropriate contextualizers to APImatt2016-08-082-45/+159
| | | | | | | | Make sure to filter out invalid contextualizers
* | Bumping to version 5.0.0-RC165.0.0-RC16matt2016-08-081-1/+1
| |
* | Fix mounting in Client / Domains / Versionsmatt2016-08-0819-136/+460
|/
* Bumping to version 5.0.0-RC155.0.0-RC15matt2016-08-051-1/+1
|
* Update CallList with latest definitionmatt2016-08-051-0/+4
|
* Update RestException constructor to be compatible with TwilioExceptionmatt2016-08-041-5/+2
|
* Upgrade from TwilioException to RestExceptionmatt2016-08-042-3/+39
| | | | | RestException stores the error code, status code, and message separately so they can be independently queried
* Bumping to version 5.0.0-RC145.0.0-RC14matt2016-08-031-1/+1
|
* Update how exceptions are builtmatt2016-08-031-4/+29
| | | | Attempt to use the Twilio Standard Error format to build better exceptions
* Bumping to version 5.0.0-RC135.0.0-RC13matt2016-08-031-1/+1
|
* Update worker to add reservationsmatt2016-08-0310-9/+667
|
* Bumping to version 5.0.0-RC125.0.0-RC12matt2016-08-021-1/+1
|
* Bumping to version 5.0.0-RC11matt2016-08-021-1/+1
|
* Rename `release` to `deploy` / implementmatt2016-08-022-3/+65
|
* Update Authors (non-functional) `release` make targetmatt2016-08-022-40/+56
|
* Advanced Filters for numbersmatt2016-08-023-0/+21
|
* Reformat the `stream` and `read` function bodiesmatt2016-08-0247-282/+94
|
* Add record filters to helper subresourcesmatt2016-08-028-40/+160
|
* Fix iterator_to_stream bug (don't use_keys)matt2016-07-2784-95/+90
|
* Merge pull request #336 from BenPaster/next-gen5.0.0-RC11Matt Nowack2016-07-261-1/+1
|\ | | | | next-gen: The namespace should be Twilio, not Twilio\Twiml.
| * The namespace should be Twilio, not Twilio\Twiml.Ben Paster2016-07-161-1/+1
| | | | | | If it was Twilio\Twiml, the class would have to be instantiated with Twilio\Twiml\Twiml which does not work with the autoloader.
* | Merge branch 'next-gen' of github.com:twilio/twilio-php into next-gen-public5.0.0-RC10matt2016-07-262-3/+10
|\ \
| * \ Merge pull request #319 from mcelicalderon/encode-param-keysMatt Nowack2016-07-262-3/+10
| |\ \ | | | | | | | | Encode parameter key
| | * | Encode parameter key. Resolves #318Mario Celi2016-07-062-3/+10
| | | |
* | | | Bump VersionInfomatt2016-07-261-1/+1
|/ / /
* | | Merge remote-tracking branch 'public/next-gen' into next-gen-publicmatt2016-07-2623-118/+159
|\ \ \
| * | | Update definitions for consistency with docs5.0.0-RC9Jingming Niu2016-07-2623-118/+159
| | |/ | |/|
* | | JWT Auditmatt2016-07-2615-0/+1410
|/ / | | | | | | | | | | * Migrate AccessToken / ClientToken / TaskRouter Tokens to next-gen * Migrate associated unit tests * Upgrade to PSR-4 autoloading standard
* | Merge pull request #333 from twilio/next-gen-autoloaderCarlos Diaz-Padron2016-07-141-0/+146
|\ \ | | | | | | Next gen autoloader
| * \ Merge branch 'next-gen-public' into next-gen-autoloaderorigin/next-gen-autoloadermatt2016-07-1484-814/+3942
| |\ \ | |/ / |/| |
* | | Add key/signing key resourcesJingming Niu2016-07-1230-7/+1917
| | |
* | | Add SMS parameter to notification creation5.0.0-RC8Jingming Niu2016-07-112-1/+2
| | |
* | | Bump version5.0.0-RC7Jingming Niu2016-07-081-1/+1
| | |
* | | Fix feedback typoJingming Niu2016-07-081-1/+1
| | |
* | | Regenerate librariesJingming Niu2016-07-078-1/+22
| |/ |/|
* | Bump version for release5.0.0-RC6Jingming Niu2016-06-091-1/+1
| |
* | Generate messaging feedbackJingming Niu2016-06-096-0/+258
| |
* | Bump version for release5.0.0-RC5Jingming Niu2016-06-071-1/+1
| |
* | Add AddOns supportorigin/addonsJingming Niu2016-06-025-0/+92
| |
* | Bump to 5.0.0-RC45.0.0-RC4Jingming Niu2016-05-311-1/+1
| |
* | Regenerate libraries for wirelessJingming Niu2016-05-3140-932/+1778
| |
| * Merge branch 'next-gen' into next-gen-autoloadermatt2016-04-145-8/+6
| |\ | |/ |/|
* | Remove links from UserInstance, remove next_page hypermediamatt2016-04-145-8/+6
| |
| * Adds an autoloader for the next-gen librarymatt2016-04-141-0/+146
|/
* Add notifications.twilio.com subdomain5.0.0-RC3Jingming Niu2016-03-2828-19/+2871
|
* Make Accounts accessible from clientCarlos Diaz-Padron2016-03-241-0/+1
|
* Bring instance objects into parity with contextsCarlos Diaz-Padron2016-03-2495-0/+551
|
* Merge pull request #37 from twilio/actually-do-http-right5.0.0-RC2Matt Nowack2016-03-154-55/+303
|\ | | | | Actually do http right
| * Move null params check to buildQuerymatt2016-03-152-3/+9
| |
| * POSTFIELDS should be set to the buildQuery stringmatt2016-03-142-6/+23
| | | | | | | | | | | | - Change the construction of CURLOPT_POSTFIELDS - Update tests to cover this new behavior - Rename tests so `make test` runs them correctly.
| * Fix the way CurlClient worksmatt2016-03-144-54/+278
| | | | | | | | | | | | | | - Refactor for testability - POST should post the $data not the $params - $params should always be appended to the URL - EnvironmentException should be thrown if fopen() fails, not if $data is empty.
| * Fix the way CurlClient worksmatt2016-03-111-7/+8
|/ | | | | | | - POST should post the $data not the $params - $params should always be appended to the URL TODO: Still needs unit tests / mocking
* Only generate @method on lists for components5.0.0-RC1Carlos Diaz-Padron2016-02-2624-75/+12
|
* Add @method for contexts on listsCarlos Diaz-Padron2016-02-2618-0/+75
|
* Use account list on clientCarlos Diaz-Padron2016-02-261-1/+1
|
* Add @property tags for Client subresourcesCarlos Diaz-Padron2016-02-261-0/+20
|
* Add missing @method for context-solution-less contextsCarlos Diaz-Padron2016-02-269-0/+23
|
* Only generate @method for resources with contextsCarlos Diaz-Padron2016-02-2516-27/+9
|
* Remove all the unused importsmatt2016-02-2536-36/+0
|
* Remove unused use statementsmatt2016-02-2533-33/+0
|
* Merge remote-tracking branch 'origin/next-gen' into next-genmatt2016-02-2522-96/+96
|\
| * Make @method return types fully qualifiedCarlos Diaz-Padron2016-02-2522-96/+96
| |
* | Suppress XML Warningmatt2016-02-251-0/+1
|/
* Merge remote-tracking branch 'origin/next-gen' into next-genmatt2016-02-25108-7612/+108
|\
| * Page doesn't need actionsCarlos Diaz-Padron2016-02-2579-7600/+0
| |
| * Should not call on propertyCarlos Diaz-Padron2016-02-258-12/+12
| |
| * Add @method docs for dependentsCarlos Diaz-Padron2016-02-2522-0/+96
| |
* | Explicitely declare the fieldsmatt2016-02-253-0/+6
|/
* Use AccountInstance in V2010Carlos Diaz-Padron2016-02-251-0/+1
|
* enums -> stringCarlos Diaz-Padron2016-02-25187-505/+503
|