Skip to content

Commit

Permalink
Merge pull request #33 from migueleliasweb/update-gh-definitions-2022…
Browse files Browse the repository at this point in the history
…0718

Update GH definitions
  • Loading branch information
migueleliasweb committed Jul 18, 2022
2 parents 122621d + 66986f1 commit 1984a6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mock/endpointpattern.go
Expand Up @@ -2247,6 +2247,11 @@ var GetReposCodespacesMachinesByOwnerByRepo EndpointPattern = EndpointPattern{
Method: "GET",
}

var GetReposCodespacesNewByOwnerByRepo EndpointPattern = EndpointPattern{
Pattern: "/repos/{owner}/{repo}/codespaces/new",
Method: "GET",
}

var GetReposCodespacesSecretsByOwnerByRepo EndpointPattern = EndpointPattern{
Pattern: "/repos/{owner}/{repo}/codespaces/secrets",
Method: "GET",
Expand Down

0 comments on commit 1984a6b

Please sign in to comment.