aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* refactoring to use new Zendex HTTPoison Clientadd_streamingkballou2016-11-14
| | | | | | | | This change also replaces the tests that were using the "in-memory" client with `exvcr` cassettes based tests. This does increase test time by about a second, but the overall improvement in not having to maintain a separate module for testing is nice. Mocking request/response pairs is, however, slightly tedious.
* adding zendex httpoison.base clientkballou2016-11-14
| | | | | | | | This change is largely inspired by the client module of [tentacat][1]. This also adds the ability for Zendex modules (and later, users of Zendex) to pass a `:pagination` parameter to automatically pull all pages of results. [1]: https://github.com/edgurgel/tentacat/blob/master/lib/tentacat.ex
* adding `exvcr` testing library dependencykballou2016-11-13
|
* adding `meck` mocking library test dependencykballou2016-11-13
|
* adding missing assertion to user testkballou2016-11-13
|
* refactor tests: use pattern matching for contextkballou2016-11-13
| | | | | Since the `context` passed from the setup function is a map, we can match for it in the test cases.
* adding doctest for user related infoSteven Blowers2016-11-01
|
* adding ability to get related info on a userSteven Blowers2016-11-01
|
* adding doctest for deleting a user.Steven Blowers2016-11-01
|
* adding functionality to delete a userSteven Blowers2016-11-01
|
* adding doctest and example to show user functionSteven Blowers2016-11-01
|
* adding link to ex doc in readmeSteven Blowers2016-11-01
|
* updating README with piping exampleSteven Blowers2016-11-01
|
* adding exact return to in memory show user routeSteven Blowers2016-11-01
|
* updating depsSteven Blowers2016-11-01
|
* adding functionality to show many usersSteven Blowers2016-10-30
|
* minor refactoringSteven Blowers2016-10-30
|
* updating depsSteven Blowers2016-10-30
|
* adding docs to all functionsSteven Blowers2016-10-30
|
* refactor to string appendingSteven Blowers2016-10-30
|
* adding doctests to connectionSteven Blowers2016-10-30
|
* refactor set_up to setup, test for encoding authorization detailsSteven Blowers2016-10-30
|
* upping hex version after publishSteven Blowers2016-10-30
|
* adding more details for docsSteven Blowers2016-10-30
|
* adding docs to user moduleSteven Blowers2016-10-30
|
* small refactor to user codeSteven Blowers2016-10-30
|
* adding usage docs to readmeSteven Blowers2016-10-30
|
* adding ability to show userSteven Blowers2016-10-30
|
* updating travis with up-to-date versionsSteven Blowers2016-10-30
|
* adding functionality to list all usersSteven Blowers2016-10-30
|
* update readme with hex versionSteven Blowers2016-09-16
|
* upping hex versionSteven Blowers2016-09-16
|
* adding functionality to create userSteven Blowers2016-09-16
|
* adding functionality to create a user + testsSteven Blowers2016-09-16
|
* piping uri creationSteven Blowers2016-09-16
|
* refactoring adding headers to common helpersSteven Blowers2016-09-16
|
* refactoring create ticket logicSteven Blowers2016-09-16
|
* Update README.mdSteven Blowers2016-09-16
|
* Update README.mdSteven Blowers2016-09-16
|
* Update README.mdSteven Blowers2016-09-16
|
* Update readmeSteven Blowers2016-09-13
|
* Hex release 0.5.0Steven Blowers2016-09-13
|
* Search module decodes response.Steven Blowers2016-09-13
|
* Ticket module now decodes responseSteven Blowers2016-09-13
|
* Refactoring tickets code.Steven Blowers2016-09-13
|
* Testing search with orderingSteven Blowers2016-09-13
|
* Descending is default sort orderSteven Blowers2016-09-13
|
* Updating READMESteven Blowers2016-09-12
|
* Better badges.Steven Blowers2016-09-12
|
* Adding tests for creating a ticket.Steven Blowers2016-09-12
|