https://github.com/casoon/billbee.net
https://github.com/casoon/billbee.net
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casoon/billbee.net
- Owner: casoon
- License: mit
- Created: 2021-11-25T08:18:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T17:06:07.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T09:09:37.605Z (about 1 year ago)
- Language: C#
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Billbee.Net




[](http://hits.dwyl.com/casoon/billbeenet)
Billbee.Net is a modern and asynchronous .Net client library based on Flurl and Polly.
## GOAL
.NET8 client support for Billbee API
## CONFIGURE / How To Use
Get it on NuGet:
`PM> Install-Package Billbee.Net`
For use in your .Net projects just add a reference to your startUp class and good to go.
Add Billbee URL, ApiKey, Username, and Password to your configuration
"Billbee": {
"Url": "https://app.billbee.io/api/v1",
"ApiKey": "YOUR_API_KEY",
"Username": "YOUR_USERNAME",
"Password": "YOUR_PASSWORD",
"Logging": "false"
}
register service in startUp or program file by adding services.RegisterBillbee(ICONFIGURATION)
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.