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

Update /environments endpoint to return both analysis and version #4

Closed
ASaiAnudeep opened this issue Dec 18, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@ASaiAnudeep
Copy link
Member

ASaiAnudeep commented Dec 18, 2021

Expected Response

{
  "dev": {
    "project-one": { "analysisId": "<some-id>", "version": "1.0.2"}
  }
}

or

[
  {
     "environment": "dev",
     "project": "project-name",
     "analysisId": "abcxyz",
     "version": "1.2.3",
     "updatedAt": "<some-date>",
  }
]
@ASaiAnudeep ASaiAnudeep added the enhancement New feature or request label Dec 18, 2021
@ASaiAnudeep ASaiAnudeep self-assigned this Dec 18, 2021
@ASaiAnudeep ASaiAnudeep moved this to Todo in PactumJS Dec 19, 2021
@ASaiAnudeep ASaiAnudeep moved this from Todo to In Progress in PactumJS Jan 8, 2022
@ASaiAnudeep ASaiAnudeep moved this from In Progress to Done in PactumJS Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant