xbim_identity 2.0.0 copy "xbim_identity: ^2.0.0" to clipboard
xbim_identity: ^2.0.0 copied to clipboard

outdated

Xbim's Dart client for identity management in Flex platform.

xbim_identity #

Communication centralised around construction data

  • API version: 2.0
  • Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit https://xbim.net

This Dart package was generated using OpenAPI Generator.

Requirements #

Dart 2.12 or later

Installation & Usage #

Pub.Dev #

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  xbim_identity: ^2.0.0
copied to clipboard

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:xbim_comms/api.dart';

// TODO Configure OAuth2 access token for authorization: oauth2
defaultApiClient.getAuthentication<OAuth>('oauth2').accessToken = 'YOUR_ACCESS_TOKEN';

final api_instance = TenantsApi();

try {
    final result = api_instance.id20TenantsGet();
    print(result);
} catch (e) {
    print('Exception when calling ContactsApi->contactsSearch: $e\n');
}

copied to clipboard

Author #

info@xbim.net

0
likes
0
points
33
downloads

Publisher

verified publisherxbim.net

Weekly Downloads

2024.09.05 - 2025.03.20

Xbim's Dart client for identity management in Flex platform.

Homepage

License

unknown (license)

Dependencies

http, intl, meta

More

Packages that depend on xbim_identity