arangodb-net-standard
arangodb-net-standard copied to clipboard
A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Follow-up to this comment: https://github.com/ArangoDB-Community/arangodb-net-standard/pull/445#pullrequestreview-1213252765
In the readme, we have short examples for creating and updating a document. Let's also add corresponding examples showing how to create and update multiple documents. A quick mention may...
If I first post an inverted index (i.e., `ArangoDBNetStandard.IndexApi.IIndexApiClient.PostInvertedIndexAsync`) and then later try to get that inverted index (i.e., `ArangoDBNetStandard.IndexApi.IIndexApiClient.GetIndexAsync`) I get the following deserialization error: `Unexpected character encountered while...