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

outdatedDart 1 only

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

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

dependencies:
  discoveryapis_generator: ^0.9.2

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

Publisher

verified publishergoogle.dev

Create API Client libraries based on the Discovery API Service.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dart_style, http, path, yaml

More

Packages that depend on discoveryapis_generator