For the endpoints that support queries (e.g. /find and several assertions) right now we just have a struct like FindBySnapName. These are useful convenience utilities and best in 90% of usecases, but ultimately we should probably use a Builder pattern to be able to build up a query with methods corresponding to valid filter values for that endpoint.
For the endpoints that support queries (e.g.
/findand several assertions) right now we just have a struct likeFindBySnapName. These are useful convenience utilities and best in 90% of usecases, but ultimately we should probably use aBuilderpattern to be able to build up a query with methods corresponding to valid filter values for that endpoint.