getProfile

Fetch a user's profile
This function will return more information about the user
venlyConnect.api.getProfile()

Signature

venlyConnect.api.getProfile(): Promise<Profile>

Returns

Promise<Profile>

Example

venlyConnect.api.getProfile();

Object Types