Skip to content

cmengler/pigallery2_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiGallery2 API client

style: very good analysis Powered by Mason License: MIT

Installation 💻

❗ In order to start using this package you must have the Dart SDK installed on your machine.

Add pigallery2_api_client to your pubspec.yaml:

dependencies:
  pigallery2_api_client:

Install it:

dart pub get

Running Tests 🧪

To run all unit tests:

dart pub global activate coverage 1.2.0
dart test --coverage=coverage
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

To view the generated coverage report you can use lcov.

# Generate Coverage Report
genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
open coverage/index.html

About

Unofficial PiGallery2 API client for Dart

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages