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

[api-kit] Update types, options and improvements #1121

Open
dasanra opened this issue Jan 31, 2025 · 0 comments
Open

[api-kit] Update types, options and improvements #1121

dasanra opened this issue Jan 31, 2025 · 0 comments
Assignees

Comments

@dasanra
Copy link
Collaborator

dasanra commented Jan 31, 2025

Context / issue

Currently we manage very specific calls to the API, but some new endpoints have been added and were not correctly evaluated. Also we have some API calls that would accept options which we are not allowing the developer to use (filtering). This would make even more useful and easier to operate with the api-kit

Proposed solution

  • Review endpoints that may be missing and could be useful for developers
  • Review existing endpoint calls that don't have optional parameters and add those more relevant explicitly or allow them to pass custom values.
  • Review GET/POST types and make sure they match the current API response values
  • Document errors that may be returned by the API

Additional context

As an example, is not possible to filter getMultisigTransactions or getModuleTransactions which it could be beneficial to search for specific transactions without calling the heavier getAllTransactions

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

No branches or pull requests

1 participant