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

add applications endpoints #1266

Merged
merged 3 commits into from
May 23, 2024

Conversation

cfaur09
Copy link
Contributor

@cfaur09 cfaur09 commented May 22, 2024

Proposed Changes

  • Created a new endpoint called applications to be able to return all deployed smart contracts details
  • Created a new endpoint called applications/count to be able to return total deployed smart contracts
  • All applications are sorted by timestamp descending

How to test

  • /applications -> should return a list of smart contracts
  • /applications?size=10 -> should return a list of 10 smart contracts
  • /applications?after=1716389130 -> should return only the smart contracts deployd after 1716389130 timestamp
  • /applications/count -> should return total smart contracts count

@cfaur09 cfaur09 self-assigned this May 22, 2024
@cfaur09 cfaur09 added the feature New feature or request label May 22, 2024
@tanghel tanghel merged commit 8d44726 into development May 23, 2024
1 of 2 checks passed
@tanghel tanghel deleted the SERVICES-2399-add-application-endpoints branch May 23, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants