class Github::API

def set_api_client

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