ProfilesApi constructor
ProfilesApi(
- DioClient dioClient
Constructs a new instance of the ProfilesApi.
dioClient
: The DioClient instance for making HTTP requests.
Implementation
ProfilesApi(DioClient dioClient) : super("/university/v1.0/profiles", dioClient);