Commit Graph

69 Commits (master)

Author SHA1 Message Date
Rachel Fae Fox (foxiepaws) e43a40805d def and end accidentally got removed. 2019-07-31 15:15:43 -04:00
Rachel Fae Fox (foxiepaws) b0b223b2ac add some additional list handling functions #1 2019-07-31 01:53:38 -04:00
Rachel Fae Fox (foxiepaws) 67e364d044 it sure would help if i could actually write elixir too. #1 2019-07-31 01:24:57 -04:00
Rachel Fae Fox (foxiepaws) d5a243d3c8 for #1
i wish that i better understood this code... well no way but
     to just keep reading it and trying to grok it i suppose.
2019-07-31 01:19:47 -04:00
Rachel Fae Fox (foxiepaws) c58430448a we need to attempt first enumerating lists i suppose. 2019-07-31 01:11:43 -04:00
Rachel Fae Fox (foxiepaws) 956443ae2b inital list attempt, for #1 2019-07-31 00:57:30 -04:00
Milton Mazzarri c56b0666d4
fix credo refactor opportunity 2019-06-11 19:30:23 -05:00
Milton Mazzarri 33d6c68884
Fix publishing a new status (Fixes: #14) 2019-03-20 09:48:37 -05:00
Milton Mazzarri 21bdc91b24
Add unit tests for saving/loading credentials 2019-03-19 23:55:29 -05:00
Milton Mazzarri 3473d33566
Add doctests to Hunter.Config 2019-03-19 23:06:26 -05:00
Milton Mazzarri 371494644d
Fix errors reported by Dialyzer 2019-03-19 13:16:09 -05:00
Milton Mazzarri 808e2adcda
Allow runtime configuration changes 2019-03-19 12:18:34 -05:00
Milton Mazzarri 5b8585af45
Add Emoji entity, add new fields on Account entity 2019-03-19 11:02:41 -05:00
Milton Mazzarri aa82183fe4
Fix upload_media 2019-01-22 12:15:46 -06:00
Nicolas bbb55e5876 Upgrade poison (#12)
* Allow http_client to provide HTTP options to HTTPoison

* Add redirection HTTP options

* Move file in API module because it is related to HTTPClient

* Upgrade HTTPoison version

* Docs update

* Add lock file
2019-01-21 15:52:47 -06:00
Milton Mazzarri f578833eef
Include new attributes in some Entities 2017-11-07 15:55:54 -06:00
Milton Mazzarri 605a062c86
mix format 2017-11-07 15:55:53 -06:00
Milton Mazzarri 156124101a
Improve exception handling 2017-11-07 15:55:52 -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 bb041b8e50
Fix some specs 2017-04-20 00:28:18 -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
Milton Mazzarri e3ed287987 Set default value for 'hunter_api' (fixes #6) 2017-04-19 19:19:07 +00: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 9b3f1c832a
feat: Update credentials and fix create_app method
Fixes: #5
2017-04-17 19:57:44 -05:00
Théophile Choutri f56af2181f better typespec 2017-04-17 16:09:53 +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 68e47daf4b
Authorize or reject a follow request 2017-04-16 23:21:16 -05:00
Milton Mazzarri f4886e1195
Fix status callback signature 2017-04-16 15:44:29 -05:00
Théophile Choutri acc7f723ed remove extra space 2017-04-15 16:43:20 +02:00
Théophile Choutri 2778b6e9c0 public API 2017-04-15 16:33:11 +02:00
Théophile Choutri b36e55901f add the callbacks 2017-04-15 16:32:39 +02:00
Théophile Choutri 99c993bbec fix type spec 2017-04-15 16:23:19 +02:00
Théophile Choutri 0f69f2fa6b Implemented favourite_by and reblogged_by from the API and added the type alias `status_id` to replace non_neg_integer 2017-04-15 16:13:44 +02:00
Milton Mazzarri ef69286f66
Fix docs header 2017-04-10 23:51:49 -05:00
Milton Mazzarri ce2d71e375
Add redirect_uri default value when create new app 2017-04-10 23:22:47 -05:00