We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71d494 + 4575b45 commit ae33f6dCopy full SHA for ae33f6d
1 file changed
api/ruby/discovering-resources-for-a-user/discovering_organizations.rb
@@ -2,8 +2,6 @@
2
3
Octokit.auto_paginate = true
4
5
-Octokit.default_media_type = "application/vnd.github.moondragon+json"
6
-
7
# !!! DO NOT EVER USE HARD-CODED VALUES IN A REAL APP !!!
8
# Instead, set and test environment variables, like below.
9
client = Octokit::Client.new :access_token => ENV["OAUTH_ACCESS_TOKEN"]
0 commit comments