christianskou07

Results 3 issues of christianskou07

### Is your feature request related to a problem? Please describe. When searching attributes, the size of the `Tag` part of an attribute ends up being rather large when many...

T: feature request
needs triage

When searching attributes using `search(controller='attributes', ...)` it would be a valuable addition to have the option to filter which tags are included in the response. For example, do we want...

If one wants to fetch all attributes of a certain type, it seems the recommended approach is through the use of `page` and `limit` parameters, iterating through pages until the...