class Github::API

def _set_api_client

Assigns current api class
def _set_api_client
  Github.api_client = self
end