Skip to content

Commit 4575b45

Browse files
author
Tom Osowski
authored
Removing preview media type
1 parent a71d494 commit 4575b45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/ruby/discovering-resources-for-a-user/discovering_organizations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Octokit.auto_paginate = true
44

5-
Octokit.default_media_type = "application/vnd.github.moondragon+json"
6-
75
# !!! DO NOT EVER USE HARD-CODED VALUES IN A REAL APP !!!
86
# Instead, set and test environment variables, like below.
97
client = Octokit::Client.new :access_token => ENV["OAUTH_ACCESS_TOKEN"]

0 commit comments

Comments
 (0)