esenin_family_client 0.0.1 copy "esenin_family_client: ^0.0.1" to clipboard
esenin_family_client: ^0.0.1 copied to clipboard

outdated

Api client for esenin family backend

esenin_family_client (EXPERIMENTAL) #

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements #

  • Dart 2.12.0 or later OR Flutter 1.26.0 or later
  • Dio 4.0.0+

Installation & Usage #

pub.dev #

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  esenin_family_client: 0.0.1

Github #

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  esenin_family_client:
    git:
      url: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
      #ref: main

Local development #

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  esenin_family_client:
    path: /path/to/esenin_family_client

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:esenin_family_client/esenin_family_client.dart';


final api = EseninFamilyClient().getDefaultApi();
final Pub pub = ; // Pub | 

try {
    final response = await api.pubAdd(pub);
    print(response);
} catch on DioError (e) {
    print("Exception when calling DefaultApi->pubAdd: $e\n");
}

Documentation for API Endpoints #

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi pubAdd POST /api/pub
DefaultApi pubDelete DELETE /api/pub/{id}
DefaultApi pubGet GET /api/pub/{id}
DefaultApi pubList GET /api/pub
DefaultApi pubUpdate PATCH /api/pub/{id}

Documentation For Models #

Documentation For Authorization #

All endpoints do not require authorization.

Author #

0
likes
0
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Api client for esenin family backend

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

built_collection, built_value, dio, one_of, one_of_serializer

More

Packages that depend on esenin_family_client