ProfileApi
Interfaces
OrganizationProfileInfoWithId
OrganizationProfileInfoWithIdinterface OrganizationProfileInfoWithId implements OrganizationProfileInfo {
id: number
}OrganizationProfileInfo
OrganizationProfileInfointerface OrganizationProfileInfo {
name: string,
address?: string,
city?: string,
country?: string,
state?: string,
website?: string,
verified?: boolean,
uniqueId?: string,
zipCode?: string
}ProfileInfo
ProfileInfoMethods
constructor(user, endpoint)
constructor(user, endpoint)async info(id)
async info(id)async organization(id)
async organization(id)async organizationSearch(search, amount, offset)
async organizationSearch(search, amount, offset)Last updated