ArangoDB-Community / arangodb-net-standard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Apache License 2.0
76 stars 30 forks source link

Add a short example of working with multiple documents in readme #444

Open DiscoPYF opened 1 year ago

DiscoPYF commented 1 year ago

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 also be enough, e.g. "To create multiple documents, use PostDocumentsAsync".

I opened this because we've had questions about how to do this. We also discussed separately on adding following links on the readme: