[PR #4632] feat: adds a infra-token route to add membership to user #4885

Open
opened 2026-03-17 02:22:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4632
Author: @benoitlecluse
Created: 12/19/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • f0e65fe feat: adds a infra-token route to add membership to user

📊 Changes

4 files changed (+84 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-backend/src/errors.ts (+6 -0)
📝 packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts (+53 -0)
📝 packages/hoppscotch-backend/src/infra-token/infra-token.module.ts (+2 -1)
📝 packages/hoppscotch-backend/src/infra-token/request-response.dto.ts (+23 -0)

📄 Description

Closes #4246 (partially)

This PR adds an infra-token route to be able to add a member to a given team (workspace).

What's changed

Adds a new API route with Types and Errors to achieve this task.

Notes to reviewers

None


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4632 **Author:** [@benoitlecluse](https://github.com/benoitlecluse) **Created:** 12/19/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f0e65fe`](https://github.com/hoppscotch/hoppscotch/commit/f0e65fe5753406d8899eaa3b00c7a0c8aa93336d) feat: adds a infra-token route to add membership to user ### 📊 Changes **4 files changed** (+84 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/src/errors.ts` (+6 -0) 📝 `packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts` (+53 -0) 📝 `packages/hoppscotch-backend/src/infra-token/infra-token.module.ts` (+2 -1) 📝 `packages/hoppscotch-backend/src/infra-token/request-response.dto.ts` (+23 -0) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes #4246 (partially) <!-- Add an introduction into what this PR tries to solve in a couple of sentences --> This PR adds an infra-token route to be able to add a member to a given team (workspace). ### What's changed Adds a new API route with Types and Errors to achieve this task. ### Notes to reviewers None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4885
No description provided.