uphold / docs

Uphold API Reference
https://uphold.com/en/developer/api/documentation/
48 stars 39 forks source link

Add support for filtering transaction list by type #68

Closed byrnereese closed 6 years ago

byrnereese commented 9 years ago

See: https://developer.bitreserve.org/en/community#!/bitreserve-developer/general%23list-card-issue-in-android

A developer has asked if we support retrieving a list of transactions that is filtered by type. This would be super helpful I think for a number of reasons. I wonder if implementing a new search endpoint would be a better approach? It might be more logical in some respects.

fixe commented 9 years ago

+1 for using query string for filtering resources.

Reference: http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#advanced-queries

ruimarinho commented 9 years ago

Another +1 for query string. The use case is interesting and expected too.

rplopes commented 6 years ago

Closing, as this seems to be related to product, not documentation.