reference
Class: RequestorApi
utils/yagna/identity.RequestorApi
Hierarchy
- BaseAPI- ↳ - RequestorApi
Implements
- IdentityRequestorApi
Table of contents
Constructors
Methods
Constructors
constructor
• new RequestorApi(configuration?, basePath?, axios?)
Parameters
| Name | Type | 
|---|---|
| configuration? | Configuration | 
| basePath? | string | 
| axios? | AxiosInstance | 
Inherited from
BaseAPI.constructor
Defined in
node_modules/ya-ts-client/dist/ya-net/base.d.ts:43
Methods
getIdentity
▸ getIdentity(): Promise<AxiosResponse<IdentityModel, any>>
Returns
Promise<AxiosResponse<IdentityModel, any>>
Implementation of
IdentityRequestorApi.getIdentity