arangodb-net-standard icon indicating copy to clipboard operation
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.

Results 53 arangodb-net-standard issues
Sort by recently updated
recently updated
newest added

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...

documentation

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...