Method: Github::Client::Gists#create
- Defined in:
- lib/github_api/client/gists.rb
#create(*args) ⇒ Hash
Create a gist
131 132 133 134 135 |
# File 'lib/github_api/client/gists.rb', line 131 def create(*args) arguments(args) post_request("/gists", arguments.params) end |