-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
feat: adding support for hopp-cli
in self-host Hoppscotch
#4079
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
Conversation
…lection and environments module
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts
Outdated
Show resolved
Hide resolved
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts
Outdated
Show resolved
Hide resolved
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts
Outdated
Show resolved
Hide resolved
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts
Outdated
Show resolved
Hide resolved
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts
Outdated
Show resolved
Hide resolved
Hey, cool feature, for CI/CD use! Is it possible to introduce a team access token? And at some point later it would be exciting if you could introduce something like versioning so that you have reproducible CI/CD pipelines. Maybe so that you can choose between the latest and a specific version depending on your usecase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested changes complete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes HSB-441
Description
In this PR we are adding features to the Hoppscotch platform to support interaction with the Hoppscotch CLI. This PR introduces the following routes for this:
http://localhost:3170/v1/access-tokens/create
- Create a Personal access tokenhttp://localhost:3170/v1/access-tokens/revoke?id=
- Delete a Personal access tokenhttp://localhost:3170/v1/access-tokens/list?offset=0&limit=10
- Get a list of personal access tokenshttp://localhost:3170/v1/access-tokens/collection/id
- Get a team-collections for clihttp://localhost:3170/v1/access-tokens/environment/id
- Get a team-environments for cliChecks
Additional Information