C# Class YukiYume.GitHub.Json.JsonModule

JsonModule is a NinjectModule that binds the GitHub services to the Json implementations of them
Inheritance: Ninject.Modules.NinjectModule
Show file Open project: yukiyume/YukiYume.GitHub

Private Properties

Property Type Description

Public Methods

Method Description
JsonModule ( ) : System

The default constructor will setup the GitHub services using the GitHub username and api token as specified in the config file

JsonModule ( string gitHubUserName, string gitHubApiToken ) : System

This constructor will setup the GitHub services using the specified GitHub username and api token

Load ( ) : void

Method Details

JsonModule() public method

The default constructor will setup the GitHub services using the GitHub username and api token as specified in the config file
public JsonModule ( ) : System
return System

JsonModule() public method

This constructor will setup the GitHub services using the specified GitHub username and api token
public JsonModule ( string gitHubUserName, string gitHubApiToken ) : System
gitHubUserName string GitHub API username
gitHubApiToken string GitHub API token
return System

Load() public method

public Load ( ) : void
return void