Skip to content

Commit ae33f6d

Browse files
author
Tom Osowski
authored
Merge pull request #137 from github/osowskit/preview
Removing preview media type
2 parents a71d494 + 4575b45 commit ae33f6d

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)