aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Provide a default value for verify_url.Samuel Seay2016-09-05
|
* Don't compile application environment config.Samuel Seay2016-09-05
|
* Add strict credo checks to build, fix line length issues.Samuel Seay2016-09-05
|
* Feature/v2 rewrite (#7)Sam Seay2016-09-01
| | | | | | | | | | | | Rewrite of the API. * Change the copyright holder since its a rewrite. * Bump dependencies to their latest versions. * Revision of the README to document the new API * Break config up into keyword list (no longer a map) * A rewrite of the recaptcha verify API and move of templating into Recaptcha.Template * Add tests and credo for code style * Remove exception raising method calls (`HTTPoison.post!` and `Poison.decode!`) * Change Elixir version to 1.2 for `with` support.
* moved from httpotion to httpoisonMichael Alekseev2015-10-05
|
* fixed unused warningMichael Alekseev2015-09-05
|
* don't send request if response is nilMichael Alekseev2015-09-05
|
* Initial commitamn2015-08-27