Commit Graph

144 Commits (master)

Author SHA1 Message Date
Udo Kramer 04965790e9 Bump version number 2017-11-07 15:51:19 -06:00
optikfluffel d58c9ce421 update travis config
- add additional build using elixir 1.5.2 and otp 20.1
- bump 1.4.2 to 1.4.5
2017-11-07 15:49:12 -06:00
Milton Mazzarri c1c2a17bfe
Hide internal details from docs 2017-06-05 12:58:04 -05:00
Milton Mazzarri 476339383c
Fix link to server-sent events docs 2017-06-05 12:57:41 -05:00
Milton Mazzarri d02c45b595
Move `reblogged_by` and `favourited_by` to Account module 2017-06-05 12:56:13 -05:00
Milton Mazzarri ac9c143bd7
Update endpoints according to recent docs 2017-06-04 17:40:07 -05:00
Milton Mazzarri 1514c96a2e
Add more examples in the docs 2017-04-28 15:18:33 -05:00
Milton Mazzarri d27bc2b72e
Remove extra blank line 2017-04-22 13:38:32 -05:00
Milton Mazzarri d6f998099c
Fix `create_status` and `relationships` endpoints 2017-04-22 13:26:52 -05:00
Milton Mazzarri fe7213bba9
Refactor HTTP Client 2017-04-21 23:28:10 -05:00
Milton Mazzarri d0a069b68c
Set default values for API base url and home 2017-04-20 17:44:00 -05:00
Milton Mazzarri 48790cf79d
Fix typo in Travis CI conf 2017-04-20 00:32:02 -05:00
Milton Mazzarri bb041b8e50
Fix some specs 2017-04-20 00:28:18 -05:00
Milton Mazzarri 45bc4193ff
test multiple Elixir versions with diff OTP releases 2017-04-20 00:26:27 -05:00
Milton Mazzarri cf4b60223e
Add basic Event Stream struct 2017-04-19 16:33:23 -05:00
Milton Mazzarri 0968e947ae
Use parentheses around def arguments 2017-04-19 16:32:40 -05:00
optikfluffel b3becc42e0 Bump versions in Travis configuration 2017-04-19 14:29:45 -05:00
Milton Mazzarri e3ed287987 Set default value for 'hunter_api' (fixes #6) 2017-04-19 19:19:07 +00:00
Milton Mazzarri 531f777706
Bump version to 0.5.0-dev 2017-04-17 22:29:55 -05:00
Milton Mazzarri f972ec1f42
Release v0.4.0 2017-04-17 22:25:01 -05:00
Milton Mazzarri f1a51e063c
docs: Fix titles for extra pages 2017-04-17 22:24:07 -05:00
Milton Mazzarri 347a057138
docs: Update changelog for v0.4.0 2017-04-17 22:22:17 -05:00
Milton Mazzarri beabec2e48
doc: Include more examples
* How to register an app
* How to acquire an access token
* How to update the current user
2017-04-17 21:58:03 -05:00
Milton Mazzarri 75ff1c13cf
fix: correctly decode response after log in 2017-04-17 21:55:00 -05:00
Milton Mazzarri c451b5331c
fix: Include default opts when registering an app 2017-04-17 21:53:45 -05:00
Milton Mazzarri a6105e6505
docs: Include contributing and code of conduct in docs 2017-04-17 20:02:53 -05:00
Milton Mazzarri 9b3f1c832a
feat: Update credentials and fix create_app method
Fixes: #5
2017-04-17 19:57:44 -05:00
Milton Mazzarri 3adf214c7d
docs: Show return types on each example 2017-04-17 19:53:49 -05:00
Milton Mazzarri b59e713ffa
Add links to contributing, code of conduct and semantic versioning 2017-04-17 12:37:23 -05:00
Milton Mazzarri a7b67a01ea
Add more explicit 'how to contribute' guidelines 2017-04-17 12:35:24 -05:00
Milton Mazzarri 45578d8553
Add code of conduct 2017-04-17 12:34:24 -05:00
Milton Mazzarri a34cb45193 Merge pull request #2 from tchoutri/favd-boostd-by
* Implemented `favourite_by` and `reblogged_by` from the API and added the type alias `status_id` to replace `non_neg_integer`

* Add the in-memory functions

* fix type spec

* add the callbacks

* public API

* useless |>

* remove extra space

* fixed typos and type signature

* fixed blank lines

* fixed type signature

* removed extra IO.puts

* fixed trailing space style issues

* fixed a syntax error

* add the fixtures

* better typespec

* remove the task from README
2017-04-17 11:14:41 -05:00
Théophile Choutri fe270d6c5b Merge branch 'master' of https://github.com/milmazz/hunter into favd-boostd-by 2017-04-17 16:18:10 +02:00
Théophile Choutri eded40e589 remove the task from README 2017-04-17 16:10:36 +02:00
Théophile Choutri f56af2181f better typespec 2017-04-17 16:09:53 +02:00
Milton Mazzarri 30d7ebe53b
Make ebert happy 2017-04-17 07:27:06 -05:00
Théophile Choutri 95369fafbe add the fixtures 2017-04-17 11:55:50 +02:00
Théophile Choutri 94046e0b84 fixed a syntax error 2017-04-17 11:53:17 +02:00
Théophile Choutri 840ad82179 fixed trailing space style issues 2017-04-17 11:37:34 +02:00
Théophile Choutri 645e2c628f added reblogged_by and favourited_by 2017-04-17 11:16:00 +02:00
Théophile Choutri ff7dd365b8 removed extra IO.puts 2017-04-17 11:04:56 +02:00
Théophile Choutri 95c9aa8383 fixed type signature 2017-04-17 11:03:43 +02:00
Théophile Choutri ade43208f8 fixed blank lines 2017-04-17 11:02:35 +02:00
Théophile Choutri 4902f900e6 fixed typos and type signature 2017-04-17 11:01:56 +02:00
Milton Mazzarri d8bf88645e
Add missing method 'in memory' client 2017-04-16 23:45:36 -05:00
Milton Mazzarri 9754cd52c5
Include new tasks in the to-do list 2017-04-16 23:44:42 -05:00
Milton Mazzarri 68e47daf4b
Authorize or reject a follow request 2017-04-16 23:21:16 -05:00
Milton Mazzarri 49e56fe52d
Add test for Notifications 2017-04-16 22:40:46 -05:00
Milton Mazzarri 9db65d28bd
Add tests for Cards 2017-04-16 15:57:06 -05:00
Milton Mazzarri 947d044385
Add tests for instance information 2017-04-16 15:52:13 -05:00