quintodrome/api
Deluan 7225807bad Initial work on downsampling
The http connection is being closed before sending all data. May have something to do with the Range header
2016-03-04 13:33:09 -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 First version of getAlbumList.view working. 2016-03-04 09:09:16 -05:00
get_album_list_test.go First version of getAlbumList.view working. 2016-03-04 09:09:16 -05:00
get_cover_art.go Initial work on downsampling 2016-03-04 13:33:09 -05:00
get_cover_art_test.go Testing for cover art content type 2016-03-03 14:41:00 -05:00
get_indexes.go Small fixes to response marshaling, introduced tests for response formats 2016-03-02 17:23:26 -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 First version of getAlbumList.view working. 2016-03-04 09:09:16 -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 go fmt 2016-03-02 13:18:39 -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 go fmt 2016-03-03 00:46:23 -05:00
stream.go Initial work on downsampling 2016-03-04 13:33:09 -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