servicestackservicestack-autoquery

ServiceStack - Saving AutoQuery Requests


Regarding ServiceStack's AutoQuery, I would like to enable the user to

  1. [Save] AutoQuery requests (& provide a name for the Request) - see screenshot

  2. view all saved request & re-run a given request.

enter image description here

How do I implement this using ServiceStack?


Solution

  • I've just added support for saved queries in AutoQuery Viewer in this commit where you can save queries under each AutoQuery Service by clicking the save icon. The saved query will be listed with the name provided and displayed to the right of the save icon, e.g:

    enter image description here

    This feature is available from v4.0.63 that's now available on MyGet.