* Added dashboard samples
* Added projectAnalysis sample and caught bug with date serialization
* Cleaning up
* Cleaning up
* Fixing error with git sample
* Cleaning up
* Added WIT samples
* Cleaning up
* Added test samples
* cleaning up
* Added work samples
* Cleaning up
* Added release sample
* Added extension management samples
* Cleaning up
* Undo changes to vsoClient its been updated since
* Undo changes (updated since)
* Undo weird space
* Add good space
* Regenerate APIs m141
* Updating inputValues to be optional so it doesn't break extending it
* Uploaded wrong version, this used most recent client.nustache
* Added policy sample
* Responding to feedback
* Added structure for creating/deleting project for running samples
* Integrated auto-created project in policy example
* Responding to feedback
* Fixed small issue with sample project deletion
* Added more detailed user agent string
* Added tests for user agent
* Getting rid of file that has been renamed
* Responding to feedback
* Responding to rest of feedback
* Added nock test for user agent
* Updated tests to use assert.equal instead of assert
* Upgrade to latest typed-rest-client
* Missed 2 files
* Was misusing some variables, had to do away with final callback option
* Updated VSO Client to serialize nested objects correctly
* Updated handlers to match typed-rest-client
* Now uses the handlers from typed-rest-client
* Revert "Now uses the handlers from typed-rest-client"
This reverts commit 7ae7a55ab3.
* Updated handlers to use typed-rest-client logic without hurting backwards compat
* Making getValueString private instead of protected
* Remove deployment level APIs.
* Bump major version.
* Cleanup after running task sample.
* Update README to accurately list available APIs.
* Add missing API to README.
* awaitable http and rest client
* bumping to preview
* new pattern in BuildApi.ts - does not compile yet
* regen
* change http client pattern
* remove serializer from rest client
* more no serializer in rest
* restclient users new http client
* Adding the DTA apis to testapi.ts (#76)
* get collection calls are wrong
* Removing the duplicate run filter (#77)
* bumping version
* new api pattern
* regenerate clients (#81)
* regenerate clients
* negotiation, another build sample
* fix upload (#82)
* update task sample