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
copied to clipboard

Use it

The package has the following executables:

$ discoveryapis_generator
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discoveryapis_generator
copied to clipboard

With Flutter:

 $ flutter pub add discoveryapis_generator
copied to clipboard

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
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:discoveryapis_generator/discoveryapis_generator.dart';
copied to clipboard
2
likes
130
points
86
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.07.07 - 2025.01.19

Create API Client libraries based on the Discovery API Service.

Repository (GitHub)
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