Commit Graph

64 Commits (45578d8553779ec6f434884d002a96f1597e7238)

Author SHA1 Message Date
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
Milton Mazzarri f549420647
Include more functions in the 'In Memory' client 2017-04-16 15:45:26 -05:00
Milton Mazzarri f4886e1195
Fix status callback signature 2017-04-16 15:44:29 -05:00
Milton Mazzarri 291950f37d
Add more fixture files 2017-04-16 15:44:00 -05:00
Théophile Choutri acc7f723ed remove extra space 2017-04-15 16:43:20 +02:00
Théophile Choutri 5c9322aae7 useless |> 2017-04-15 16:43:06 +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 aaef82ef9c Add the in-memory functions 2017-04-15 16:20:07 +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 8733c5cd99
Add initial contributing guidelines 2017-04-14 10:11:43 -05:00
Milton Mazzarri 31d5b9a086
Initial unit test 2017-04-14 00:43:30 -05:00
Milton Mazzarri ef69286f66
Fix docs header 2017-04-10 23:51:49 -05:00
Milton Mazzarri 8d03f0bc81
Add module docs for InMemory client 2017-04-10 23:32:31 -05:00
Milton Mazzarri 2fd54e1801
Bump version to 0.4.0-dev 2017-04-10 23:31:38 -05:00
Milton Mazzarri ba995fad8b
Release v0.3.0 2017-04-10 23:28:22 -05:00
Milton Mazzarri ce2d71e375
Add redirect_uri default value when create new app 2017-04-10 23:22:47 -05:00
Milton Mazzarri 1e1a036ac4
Add param's default values in entrypoints 2017-04-10 23:21:44 -05:00
Milton Mazzarri bb9af48d66
Add example on how to filter timeline given a hashtag 2017-04-10 23:20:33 -05:00
Milton Mazzarri 78a0f1886d
Add more usage examples 2017-04-10 22:43:02 -05:00
Milton Mazzarri 3dbb6d3c64
Add initial change log 2017-04-10 21:54:32 -05:00
Milton Mazzarri c46bddff26
Remove some TODO items from README 2017-04-10 21:54:11 -05:00
Milton Mazzarri 3adf70fb96
Update entry points to match with new API contract 2017-04-10 21:53:43 -05:00
Milton Mazzarri 7857cc62e4
Include @derive in Tag struct 2017-04-10 21:52:53 -05:00
Milton Mazzarri ea44191d06
Update "in memory" client to comply with new API contract 2017-04-10 21:51:39 -05:00
Milton Mazzarri 1fd9f5c8a7
Update HTTP client to comply with new API contract 2017-04-10 21:51:20 -05:00
Milton Mazzarri e686683b56
Include new endpoints in the API contract 2017-04-10 21:49:23 -05:00
Milton Mazzarri f470df5ab1
Improve docs and spec for Status 2017-04-10 21:48:38 -05:00
Milton Mazzarri 8530f6fe98
Add missing `options` param in Result's docs 2017-04-10 21:48:04 -05:00
Milton Mazzarri eb86559702
Get status context 2017-04-10 21:46:55 -05:00