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 b38bba2 commit 04b8991Copy full SHA for 04b8991
example/example.dart
@@ -8,4 +8,4 @@ void main() async {
8
final client = JsonApiClient(baseUrl: 'http://localhost:8888');
9
final response = await client.fetchResource('/example');
10
print((response.document as DataDocument).data.resources.first.attributes);
11
-}
+}
0 commit comments