| .. |
|
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
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -05:00 |
|
get_album_list.go
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -05:00 |
|
get_album_list_test.go
|
Max size to return == 500
|
2016-03-04 17:11:22 -05:00 |
|
get_cover_art.go
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -05:00 |
|
get_cover_art_test.go
|
Testing for cover art content type
|
2016-03-03 14:41:00 -05:00 |
|
get_indexes.go
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -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
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -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
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -05:00 |
|
stream_test.go
|
Implemented stream
|
2016-03-03 14:46:19 -05:00 |
|
users.go
|
Introduced helper methods for parsing/biding request parameters
|
2016-03-07 14:13:31 -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 |