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 provider deployments endpoint to api #58

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

Redm4x
Copy link
Contributor

@Redm4x Redm4x commented Dec 8, 2023

Added an endpoint for getting a provider's deployments:

/providers/<provider>/deployments/<skip>/<take>

also added two variation for getting only opened/closed (based on lease status)

/providers/<provider>/deployments/<skip>/<take>/active
/providers/<provider>/deployments/<skip>/<take>/closed

Example response:
image

@baktun14
Copy link
Contributor

baktun14 commented Dec 8, 2023

#53

@Redm4x Redm4x merged commit 4899af4 into main Dec 8, 2023
5 checks passed
@Redm4x Redm4x deleted the features/add-provider-deployments-endpoint branch December 8, 2023 18:14
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

Successfully merging this pull request may close these issues.

2 participants