We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c497f2 commit b2ff4c3Copy full SHA for b2ff4c3
internal/codespaces/api/api.go
@@ -223,15 +223,6 @@ func (a *API) ListCodespaces(ctx context.Context) ([]*Codespace, error) {
223
return response.Codespaces, nil
224
}
225
226
-// getCodespaceTokenRequest is the request body for the get codespace token endpoint.
227
-type getCodespaceTokenRequest struct {
228
- MintRepositoryToken bool `json:"mint_repository_token"`
229
-}
230
-
231
-type getCodespaceTokenResponse struct {
232
- RepositoryToken string `json:"repository_token"`
233
234
235
// GetCodespace returns the user codespace based on the provided name.
236
// If the codespace is not found, an error is returned.
237
// If includeConnection is true, it will return the connection information for the codespace.
0 commit comments