getV0alpha2Api method

V0alpha2Api getV0alpha2Api()

Get V0alpha2Api instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed

Implementation

V0alpha2Api getV0alpha2Api() {
  return V0alpha2Api(dio, serializers);
}