event_api 0.2.2
event_api: ^0.2.2 copied to clipboard
Holds APIRepository, which is primarily used for making requests to a server
0.2.2 #
- Added convenience function for loading bodies in Responses as Lists of a GenericModel
0.2.1 #
- Updated http to ^1.0.0
0.2.0 #
- Added MultipartRequests to requirement for APIRequesters
0.1.2 #
- Added logout option to APIRepository
0.1.1 #
- Added ApiDatabaseRepository - an implementation of DatabaseRepository that is backed by an APIRequester
- Added StubAPIRequester - an implementation of APIRequester that will always return the same response regardless of urlSuffix
0.1.0+1 #
- Fixed exports to export all the libraries
0.1.0 #
- Initial version.