ory_keto_client 0.7.0-alpha.1 ory_keto_client: ^0.7.0-alpha.1 copied to clipboard
OpenAPI API client
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ory_keto_client
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
ory_keto_client: ^0.7.0-alpha.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ory_keto_client/api.dart';
import 'package:ory_keto_client/api/health_api.dart';
import 'package:ory_keto_client/api/read_api.dart';
import 'package:ory_keto_client/api/version_api.dart';
import 'package:ory_keto_client/api/write_api.dart';
import 'package:ory_keto_client/api_util.dart';
import 'package:ory_keto_client/auth/api_key_auth.dart';
import 'package:ory_keto_client/auth/auth.dart';
import 'package:ory_keto_client/auth/basic_auth.dart';
import 'package:ory_keto_client/auth/oauth.dart';
import 'package:ory_keto_client/model/expand_tree.dart';
import 'package:ory_keto_client/model/get_check_response.dart';
import 'package:ory_keto_client/model/get_relation_tuples_response.dart';
import 'package:ory_keto_client/model/health_not_ready_status.dart';
import 'package:ory_keto_client/model/health_status.dart';
import 'package:ory_keto_client/model/inline_response400.dart';
import 'package:ory_keto_client/model/internal_relation_tuple.dart';
import 'package:ory_keto_client/model/patch_delta.dart';
import 'package:ory_keto_client/model/relation_query.dart';
import 'package:ory_keto_client/model/subject_set.dart';
import 'package:ory_keto_client/model/version.dart';
import 'package:ory_keto_client/serializers.dart';