discoveryapis_generator 1.0.0 copy "discoveryapis_generator: ^1.0.0" to clipboard
discoveryapis_generator: ^1.0.0 copied to clipboard

Create API Client libraries based on the Discovery API Service.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate discoveryapis_generator

Use it

The package has the following executables:

$ discoveryapis_generator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discoveryapis_generator

With Flutter:

 $ flutter pub add discoveryapis_generator

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

dependencies:
  discoveryapis_generator: ^1.0.0

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:discoveryapis_generator/discoveryapis_generator.dart';
2
likes
120
pub points
3%
popularity

Publisher

verified publishergoogle.dev

Create API Client libraries based on the Discovery API Service.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

_discoveryapis_commons, args, dart_style, http, meta, path, yaml

More

Packages that depend on discoveryapis_generator