LunchOnUs Downloader
What
This is a small library to download transaction and balance data for LunchOnUs Cards (Giftcards by Eigen Development).
How
- Call
LunchOnUsCardDownloader.authenticate(number: "x", pin: "x,")
- Check that the call did not return an error
- Now you can call either
getBalance()
orgetTransactions(from: Date, to: Date)
Please also check out the complete documentation here.
Usage
The library supports the Swift Package Manger, so simply add a dependency in your Package.swift
:
.package(url: "https://github.com/Nef10/LunchOnUsDownloader.git", .exact(from: "X.Y.Z")),
Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use .exact
for now
Copyright
While my code is licensed under the MIT License, the source repository may include names or other trademarks of Eigen Development Ltd. or other entities; potential usage restrictions for these elements still apply and are not touched by the software license. Same applies for the API design. I am in no way affilliated with Eigen Development Ltd. other having using a card issues by them.