Skip to content

Commit

Permalink
docs(adapters/github): updated github rest-api-endpoint bruno files (#11
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jonesisfroellerix committed Jan 12, 2024
1 parent 97c6d7f commit c2f4187
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions adapters/docs/github/organisations/Get an organization.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Get an organization
type: http
seq: 1
}

get {
url: {{host}}/orgs/propromo-software
body: none
auth: bearer
}

auth:bearer {
token: {{GITHUB_API_TOKEN}}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/orgs/propromo/projects
url: {{host}}/orgs/propromo-software/projects
body: none
auth: bearer
}
Expand Down
2 changes: 1 addition & 1 deletion adapters/docs/github/projects/cards/List project cards.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/projects/columns/Todo/cards
url: {{host}}/projects/columns/2/cards
body: none
auth: bearer
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/projects/propromo/columns
url: {{host}}/projects/1/columns
body: none
auth: bearer
}
Expand Down

0 comments on commit c2f4187

Please sign in to comment.