You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
When using the repos endpoint the total return is how many items match the query.
When querying the agencies endpoint the total is the number of items returned (i.e., as a function of size) Describe the solution you'd like
Have the value of total in the agencies endpoint match that of the repos. Describe alternatives you've considered
A possible solution would be to include in the headers a count of how many items were returned.
The text was updated successfully, but these errors were encountered:
Nosferican
changed the title
Add total count as included element for agencies endpoints
Total in agencies endpoint should be based on query result not size
Oct 18, 2019
Nosferican
changed the title
Total in agencies endpoint should be based on query result not size
Total in agencies/repos endpoint should be based on query result not size
Oct 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
When using the
repos
endpoint the total return is how many items match the query.When querying the
agencies
endpoint the total is the number of items returned (i.e., as a function ofsize
)Describe the solution you'd like
Have the value of
total
in theagencies
endpoint match that of therepos
.Describe alternatives you've considered
A possible solution would be to include in the headers a count of how many items were returned.
The text was updated successfully, but these errors were encountered: