We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139ff69 commit 47c6137Copy full SHA for 47c6137
README.md
@@ -48,7 +48,7 @@ Example:
48
49
/// Add the oauth authenticator and interceptor to the chopper client.
50
final chopperClient = ChopperClient(
51
- baseUrl: 'https://example.com',
+ baseUrl: Uri.parse('https://example.com'),
52
authenticator: oauthChopper.authenticator(),
53
interceptors: [
54
oauthChopper.interceptor,
0 commit comments