9 months ago
Bulk request views using the Enterspeed Delivery .NET SDK
A couple of months ago, our Delivery REST API introduced a POST request version, allowing you to request up to 1,000 views in a single request. With the introduction of the FetchMany method, this is now also possible through our .NET SDK.
Just as in the REST API, it’s possible to fetch views by handles and IDs, as shown in the example below:
Simply install or update the package to version 1.4.0 from NuGet.
In addition to the new method, the new package version also includes dependency updates to System.Text.Json to support version 8.