beit_api_wagon_service 1.1.3084 copy "beit_api_wagon_service: ^1.1.3084" to clipboard
beit_api_wagon_service: ^1.1.3084 copied to clipboard

Dart API client for wagon service

wagon-service-api #

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: v0
  • Build package: org.openapitools.codegen.languages.DartClientCodegen

Requirements #

Dart 2.12 or later

Installation & Usage #

Github #

If this Dart package is published to Github, add the following dependency to your pubspec.yaml

dependencies:
  wagon-service-api:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git

Local #

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  wagon-service-api:
    path: /path/to/wagon-service-api

Tests #

TODO

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:wagon-service-api/api.dart';


final api_instance = WagonMobileApiApi();

try {
    final result = api_instance.getApiStatus();
    print(result);
} catch (e) {
    print('Exception when calling WagonMobileApiApi->getApiStatus: $e\n');
}

Documentation for API Endpoints #

All URIs are relative to http://localhost

Class Method HTTP request Description
WagonMobileApiApi getApiStatus GET /app/costs/module-status Get API status for APP
WagonMobileApiApi getCostCompare GET /app/costs/compare
WagonMobileApiApi getCostSummary GET /app/costs
WagonMobileApiApi getCurrentPrescriptionsForObject GET /app/costs/current-prescription/{objectId} Gets most recent prescriptions for object
WagonMobileApiApi getDashboardData GET /app/costs/dashboard Gets high level costs data for dashboard
WagonMobileApiApi getDeliveryCostDetail GET /app/costs/detail/{deliveryId}/{objectId}
WagonMobileApiApi getRent GET /app/costs/rent Gets rent info for home account

Documentation For Models #

Documentation For Authorization #

All endpoints do not require authorization.

Author #

0
likes
90
pub points
15%
popularity

Publisher

unverified uploader

Dart API client for wagon service

Documentation

API reference

License

unknown (LICENSE)

Dependencies

http, intl, meta

More

Packages that depend on beit_api_wagon_service