1
0
Fork 0
tooty/tests
Nicolas Perriault 2b74533960 Fix #64: Handle paginations. (#131)
* Extract link header values.
* Expose response link header to a new type.
* Add tests for Mastodon.http.extractLinks.
* WiP
* Wrap decoded content and links into a new Response type.
* Update MastodonMsg handlers so they handle responses.
* Remove debug statements.
* Add edge case to tests.
* Add missing TODO comment.
* Simplifies Mastodon.Http signatures
* Paginate the user timeline.
* I lost my mind. May revert.
* Updated Http API to be more explicit.
* Fuck namespaces.
* Cosmetics.
* I'm burnt out, lost 10 pounds, but it works.
* Fix qs param for local tl was appended to link url.
* Fix my own mediocrity.
* Fix oauth endpoints.
* Fix Link header case handling with Firefox.
* Add test case for link header name case handling.
2017-05-05 17:26:49 +02:00
..
MastodonTest Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
.gitignore Connect to the websocket API (#35) 2017-04-25 16:27:15 +02:00
Fixtures.elm Closes #44: Autocomplete usernames. (#107) 2017-05-01 22:10:34 +02:00
Main.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
elm-package.json Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00