Method | Description | |
---|---|---|
PublishGist ( IApiClient apiClient, Octokit.NewGist gist ) : IObservable |
Publishes a gist to GitHub.
|
public PublishGist ( IApiClient apiClient, Octokit.NewGist gist ) : IObservable |
||
apiClient | IApiClient | The client to use to post to GitHub. |
gist | Octokit.NewGist | The new gist to post. |
return | IObservable |