C# Class CodeConnect.Gistify.Extension.Integrations.GitHubIntegration

Exibir arquivo Open project: CodeConnect/gistify

Public Methods

Method Description
HandleAugmentedSnippet ( string snippet ) : void

Private Methods

Method Description
createGistAsync ( string snippet ) : Task
goToGist ( string url ) : void

Method Details

HandleAugmentedSnippet() public static method

public static HandleAugmentedSnippet ( string snippet ) : void
snippet string
return void