ory_client 1.6.2 copy "ory_client: ^1.6.2" to clipboard
ory_client: ^1.6.2 copied to clipboard

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ory_client
copied to clipboard

With Flutter:

 $ flutter pub add ory_client
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ory_client: ^1.6.2
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ory_client/ory_client.dart';
copied to clipboard
10
likes
125
points
2.83k
downloads

Publisher

verified publisherory.sh

Weekly Downloads

2024.09.13 - 2025.03.28

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

built_collection, built_value, dio, one_of, one_of_serializer

More

Packages that depend on ory_client