get method

Future get(
  1. String path
)

GET /api/v1[path], decoding the JSON body.

Implementation

Future<dynamic> get(String path) => _send('GET', path);