I'm using NEST client to talk to Elasticsearch and it is working fine. However, I have one endpoint where I couldn't figure out how to use NEST client and call on this API.
Essentially I'd like to call on "GET my-index/_mvt/my-geo-field/15/5271/12710" and get the PBF result back. I'd also need to inject a required search filter in it as well to limit the search data.
Anyone know how to achieve this?