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

Stream transaction support in the Collection and Graph APIs #403

Closed tjoubert closed 2 years ago

tjoubert commented 2 years ago

Solves issue #328

rossmills99 commented 2 years ago

Nice idea to add support for additional headers. I realise it looks quite trivial but wonder if we should consider having one or mote simple unit tests for ToWebHeaderCollection method?