quintodrome/api
2016-03-07 10:57:32 -05:00
..
responses First version of getAlbumList.view working. 2016-03-04 09:09:16 -05:00
api_test.go Small fixes to response marshaling, introduced tests for response formats 2016-03-02 17:23:26 -05:00
base_api_controller.go Renamed parameter validation method and removed "side effect" 2016-03-03 17:41:11 -05:00
get_album_list.go Max size to return == 500 2016-03-04 17:11:22 -05:00
get_album_list_test.go Max size to return == 500 2016-03-04 17:11:22 -05:00
get_cover_art.go TODO 2016-03-04 17:27:46 -05:00
get_cover_art_test.go Testing for cover art content type 2016-03-03 14:41:00 -05:00
get_indexes.go Added a new layer: engine (equivalent to use cases in Clean Architecture). Should make testing things easier 2016-03-07 10:57:32 -05:00
get_indexes_test.go go fmt 2016-03-03 00:46:23 -05:00
get_license.go Supporting json output (except for errors) 2016-03-02 13:14:44 -05:00
get_license_test.go Small fixes to response marshaling, introduced tests for response formats 2016-03-02 17:23:26 -05:00
get_music_directory.go Using sorted sets 2016-03-05 19:40:36 -05:00
get_music_directory_test.go First version of getAlbumList.view working. 2016-03-04 09:09:16 -05:00
get_music_folders.go Added a new layer: engine (equivalent to use cases in Clean Architecture). Should make testing things easier 2016-03-07 10:57:32 -05:00
get_music_folders_test.go Small fixes to response marshaling, introduced tests for response formats 2016-03-02 17:23:26 -05:00
ping.go Supporting json output (except for errors) 2016-03-02 13:14:44 -05:00
ping_test.go Fixed ping test 2016-03-04 17:12:16 -05:00
stream.go Small changes to stream.view endpoint 2016-03-06 20:42:22 -05:00
stream_test.go Implemented stream 2016-03-03 14:46:19 -05:00
users.go Adding a "placeholder" to getUser.view endpoint 2016-03-03 18:44:39 -05:00
validation.go Supporting json output (except for errors) 2016-03-02 13:14:44 -05:00
validation_test.go go fmt 2016-03-02 13:18:39 -05:00