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 29 forks source link

Changed Links property type to generic object #448

Open tjoubert opened 1 year ago

tjoubert commented 1 year ago

There is a difference in the JSON returned for ViewDetails.Links between the version 3.9.5 (still being supported) and 3.10. Therefore, to make the driver compatible with both versions, we changed the type to object.