brick_rest 0.0.8
brick_rest: ^0.0.8 copied to clipboard
RESTful API connector for Brick, a data persistence library. Includes annotations, adapter, model, and provider.
Unreleased #
0.0.8 #
- Add
GZipHttpClient. When instantiating theRestProvider, optionally composeclientwith aGZipHttpClientto gzip all requests.
0.0.7+1 #
- Change
_convertJsonto protected methodconvertJsonFromGet(#57)
0.0.7 #
- When
urlisnullinRestProvider#upsertandRestProvider#delete, returnnulland do not attempt to perform the action - On
upsertinvocations, specifysupplementalTopLevelDatato include other information outside thetopLevelKey/toKey. This inserts a map alongside the data generated by the adapter.
0.0.5 #
- Carry rename from
Query#paramstoQuery#providerArgsfrom brick_core
0.0.4 #
Rest#defaultValueupdated to reflectFieldSerializable#defaultValuechange
0.0.2 #
- Fix linter hints