db_construction_site 0.0.1-dev copy "db_construction_site: ^0.0.1-dev" to clipboard
db_construction_site: ^0.0.1-dev copied to clipboard

outdated

Unofficial Dart implementation of Deutsche Bahn's construction site API

db_construction_site #

Unofficial Dart implementation of Deutsche Bahn's construction site API. This library is not affiliated with Deutsche Bahn (DB). Please note that the API might change in the future making this library incompatible.

Usage #

Add db_construction_site to your pubspec.yaml:

dependencies:
  db_construction_site: ^0.0.1-dev

Import the package package:db_construction_site/db_construction_site.dart and initiate a new instance of DBConstructionSite you can pass another base url as a named constructor parameter if you'd like to.

import 'package:db_construction_site/db_construction_site.dart';

final constructionSite = DBConstructionSite();

or

import 'package:db_construction_site/db_construction_site.dart';

final constructionSite = DBConstructionSite(baseUrl: "https://your-new-base-url");
0
likes
0
pub points
0%
popularity

Publisher

verified publisherjonasfranz.de

Unofficial Dart implementation of Deutsche Bahn's construction site API

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on db_construction_site