yesterday
Introducing the Query API .NET SDK
🚀 Today we launched the .NETSDK for the Enterspeed Query API.
The Query SDK works seamlessly with the existing Delivery SDK and brings all the powerful features of the Query API directly into your .NET projetcs:
✅ Filtering, sorting, pagination, and facets
✅ Dynamic view references
✅ Strongly typed results – no more generic data structures or magic strings
Getting started is simple:
- Install the Nuget Package
- Add the service registrations
- Start querying your index in a strongly typed way – no need to worry about HTTP clients or plumbing. We’ve done the heavy lifting for you.
Check out the open source Github repo for documentation and more examples 🚀