luminus_api 0.2.3 copy "luminus_api: ^0.2.3" to clipboard
luminus_api: ^0.2.3 copied to clipboard

A library for Dart developers who's in need of LumiNUS API. Including automated authentication and data abstractions for API responses.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add luminus_api
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  luminus_api: ^0.2.3
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:luminus_api/luminus_api.dart';
copied to clipboard
0
likes
40
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

A library for Dart developers who's in need of LumiNUS API. Including automated authentication and data abstractions for API responses.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

convert, cookie_jar, dio, html, http, meta

More

Packages that depend on luminus_api