Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change list_assets API limit to 101 #862

Closed
abitmore opened this issue Apr 19, 2018 · 1 comment
Closed

Change list_assets API limit to 101 #862

abitmore opened this issue Apr 19, 2018 · 1 comment

Comments

@abitmore
Copy link
Member

It's not convenient to fetch next page with the 100 limit, although not impossible.

See code:

      /**
       * @brief Get assets alphabetically by symbol name
       * @param lower_bound_symbol Lower bound of symbol names to retrieve
       * @param limit Maximum number of assets to fetch (must not exceed 100)
       * @return The assets found
       */
      vector<asset_object> list_assets(const string& lower_bound_symbol, uint32_t limit)const;

Need to change code and doc.

Related: bitshares/bitshares-ui#1435

@abitmore abitmore added this to the 201805 - Non-Consensus-Changing Release milestone Apr 19, 2018
@abitmore
Copy link
Member Author

Done with #872.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant