-
Couldn't load subscription status.
- Fork 37
Companies
George Kye edited this page Oct 26, 2016
·
6 revisions
| Required Parameters | |||
api_key String!
|
companyId Int!
|
||
This method is used to retrieve all of the basic information about a company.
CompanyMDB.companyInfo(apikey, companyId: 2){
clientData, companyData in
if let data = companyData{
print(data.headquarters)
print(data.logo_path)
print(data.parent_company)
}
}| Optional Parameters | |||
language String?
|
page Int?
|
||