All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart2-v3template.apilib.mustache Maven / Gradle / Ivy

There is a newer version: 8.1
Show newest version
library {{pubName}}.api;

{{#pubDescription}}
/// {{{.}}}
{{/pubDescription}}

import 'dart:async';
import 'dart:convert';
import 'package:dio/dio.dart';
import 'package:openapi_dart_common/openapi.dart';
import 'package:collection/collection.dart';

{{#x-dart-imports}}
import '{{{.}}}';
{{/x-dart-imports}}

part 'api_client.dart';

{{#apiInfo}}{{#apis}}part 'api/{{classFilename}}.dart';
{{/apis}}{{/apiInfo}}
{{#models}}{{#model}}part 'model/{{classFilename}}.dart';
{{/model}}{{/models}}

{{#x-dart-parts}}
part '{{{.}}}';
{{/x-dart-parts}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy