Review all APIs, add new optional parameters and change some old parameters to optional #1766
Labels
1a Epic
High level concept to be addressed. Description should contain a list referencing child User Stories
2a Discussion Needed
Prompt for team to discuss at next stand up.
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
4b Normal Priority
Priority indicating the moderate impact to system/user -OR- existing workaround is costly to perform
6 API
Impact flag identifying the application programing interface (API)
6 UX
Impact flag identifying the User Interface (UX)
9c Large
Effort estimation indicating TBD
Milestone
User Story
We'll soon support optional parameters for APIs (bitshares/bitshares-fc#126), so we can update existing APIs to be more user-friendly.
For example,
get_call_orders
API now has two parameters,asset
andlimit
, a user have to specify a limit, and can only query for the first page. If we changelimit
to optional and have a default value for it, users can simply callget_call_orders(asset)
to fetch the top results; if we add an optionalstart
, then users will be able to fetch next pages.CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: