-
Notifications
You must be signed in to change notification settings - Fork 660
Review all APIs, add new optional parameters and change some old parameters to optional #1766
Copy link
Copy link
Open
Labels
1a EpicHigh level concept to be addressed. Description should contain a list referencing child User StoriesHigh level concept to be addressed. Description should contain a list referencing child User Stories2a Discussion NeededPrompt for team to discuss at next stand up.Prompt for team to discuss at next stand up.3c EnhancementClassification indicating a change to the functionality of the existing imlementationClassification indicating a change to the functionality of the existing imlementation4b Normal PriorityPriority indicating the moderate impact to system/user -OR- existing workaround is costly to performPriority indicating the moderate impact to system/user -OR- existing workaround is costly to perform6 APIImpact flag identifying the application programing interface (API)Impact flag identifying the application programing interface (API)6 UXImpact flag identifying the User Interface (UX)Impact flag identifying the User Interface (UX)9c LargeEffort estimation indicating TBDEffort estimation indicating TBD
Milestone
Metadata
Metadata
Assignees
Labels
1a EpicHigh level concept to be addressed. Description should contain a list referencing child User StoriesHigh level concept to be addressed. Description should contain a list referencing child User Stories2a Discussion NeededPrompt for team to discuss at next stand up.Prompt for team to discuss at next stand up.3c EnhancementClassification indicating a change to the functionality of the existing imlementationClassification indicating a change to the functionality of the existing imlementation4b Normal PriorityPriority indicating the moderate impact to system/user -OR- existing workaround is costly to performPriority indicating the moderate impact to system/user -OR- existing workaround is costly to perform6 APIImpact flag identifying the application programing interface (API)Impact flag identifying the application programing interface (API)6 UXImpact flag identifying the User Interface (UX)Impact flag identifying the User Interface (UX)9c LargeEffort estimation indicating TBDEffort estimation indicating TBD
Type
Fields
Give feedbackNo fields configured for issues without a type.
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_ordersAPI now has two parameters,assetandlimit, a user have to specify a limit, and can only query for the first page. If we changelimitto 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