cosmosdb 0.0.4
cosmosdb: ^0.0.4 copied to clipboard
API client to interact with the CosmosDB SQL-API by its REST API in Dart
0.0.4 - 2021-07-27 #
- Use mandatory partitionKeys on collection creation and document operations
- Fix bugs regarding the tests
- Fix JsonUnsupportedObjectError while trying to encode JSON
0.0.3-prerelease - 2021-03-24 #
- Move internal files to src folder
- Add complete flutter web support
- Add example
0.0.2-prerelease - 2021-03-24 #
- Switching from dart:io to universal_io to support Flutter Web
- Improving documentation
0.0.1-prerelease - 2021-03-23 #
- Initial release