Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit058aab4

Browse files
committed
Merge pull request#484 from github/team-api-attributes
Include `slug` attribute in Team API response
2 parentsbc199e0 +313221a commit058aab4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎lib/resources.rb‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,8 @@ def fetch_content(key)
733733
TEAM ||={
734734
"id"=>1,
735735
"url"=>"https://api.github.com/teams/1",
736-
"name"=>"Owners",
736+
"name"=>"Justice League",
737+
"slug"=>"justice-league",
737738
"description"=>"A great team.",
738739
"permission"=>"admin",
739740
"members_url"=>"https://api.github.com/teams/1/members{/member}",
@@ -2179,7 +2180,7 @@ def fetch_content(key)
21792180
"client_id"=>"12313412",
21802181
"client_secret"=>"kj123131132",
21812182
"organization_name"=>"Homestar Runners",
2182-
"organization_team"=>"homestarrunners/owners"
2183+
"organization_team"=>"homestarrunners/characters"
21832184
},
21842185
"smtp"=>{
21852186
"enabled"=>true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp