We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ChopperApi(baseUrl: 'https://localhost:4000/test') abstract class HttpTestServiceBaseUrl extends ChopperService { static HttpTestServiceBaseUrl create([ChopperClient? client]) => _$HttpTestServiceBaseUrl(client); @Get(path: '') Future<Response> getAll(); }
final class _$HttpTestServiceBaseUrl extends HttpTestServiceBaseUrl { _$HttpTestServiceBaseUrl([ChopperClient? client]) { if (client == null) return; this.client = client; } @override final definitionType = HttpTestServiceBaseUrl; @override Future<Response<dynamic>> getAll() { final Uri $url = Uri.parse('https:/localhost:4000/test'); final Request $request = Request( 'GET', $url, client.baseUrl, ); return client.send<dynamic, dynamic>($request); } }
https:/...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
https:/...
The text was updated successfully, but these errors were encountered: