We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
as title, if an api endpoint returns a list of objects it should: A: support paggination (optional) B: add max-obj-count to header
add this to API programming guidelinge
create header for all get list endpints
ctx.Header().Set("X-Total-Count", fmt.Sprintf("%d", maxResults))