djustin 0.2.1 copy "djustin: ^0.2.1" to clipboard
djustin: ^0.2.1 copied to clipboard

A high-level Client Library for Justin Delivery Service OpenAPI

Djustin #

Dart CI CodeFactor License Pub

Djustin is a library for Dart programming language that helps to interact with Justin Delivery Service using its OpenAPI. It works fine with Dart and Flutter applications, but it is assumed that the other platforms (such as web and server) will also haven't problems with Djustin.

Features #

  • Fast and simple
  • Only one dependency (package:http)
  • Supports Flutter
  • Provides all the functionality of the Justin OpenAPI

Supported requests #

Library provides an ability to receive the following information from the Justin Service:

  • Branches
    • Info about all branches
    • Info about branch by number
    • Info about branches by urban area
    • Info about the nearest branches
  • Tracking
    • Tracking info by the tracking number
    • Tracking history by the tracking number
  • Info about branch types
  • Info about all urban areas in Justin network
  • Info about available services

Getting started #

First, add the following dependency to your pubspec.yaml:

dependencies:
  djustin: ^0.2.1

Then import the library:

import 'package:djustin/djustin.dart';

and just use it.

The example of simple usage.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A high-level Client Library for Justin Delivery Service OpenAPI

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on djustin