61d1f03203
Co-authored-by: Felix Angelov <felix@shorebird.dev>
56 lines
2.0 KiB
Markdown
56 lines
2.0 KiB
Markdown
# 🐦 💳 Shorebird Stripe Client
|
|
|
|
[![Discord][discord_badge]][discord_link]
|
|
|
|
[![ci][ci_badge]][ci_link]
|
|
[![codecov][codecov_badge]][codecov_link]
|
|
[![License: MIT][license_badge]][license_link]
|
|
|
|
A Dart library for interacting with [Stripe](https://stripe.com).
|
|
|
|
Built with 💙 by [Shorebird][shorebird_link].
|
|
|
|
## About
|
|
|
|
This is just enough of the Stripe API to implement what Shorebird needs.
|
|
|
|
We built this after failing to find a good server-side Stripe package for Dart.
|
|
|
|
It certainly could be expanded to support more of the Stripe API.
|
|
|
|
Currently hand-rolled, but we could consider generating it from
|
|
Stripe's OpenAPI spec in the future.
|
|
|
|
This is not currently published on [pub.dev](https://pub.dev), just developed in the open in hopes of
|
|
saving someone else time.
|
|
|
|
## Join us on Discord! 💬
|
|
|
|
We have an active [Discord server][discord_link] where you can
|
|
ask questions and get help.
|
|
|
|
## Contributing 🤝
|
|
|
|
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
|
|
## License 📃
|
|
|
|
Shorebird packages are licensed for use under either of the following at your option:
|
|
|
|
- [Apache License, Version 2.0][apache_link]
|
|
- [MIT license][mit_link]
|
|
|
|
See our [license philosophy](https://github.com/shorebirdtech/handbook/blob/main/engineering.md#licensing-philosophy) for more information on why we license files this way.
|
|
|
|
[apache_link]: https://www.apache.org/licenses/LICENSE-2.0
|
|
[ci_badge]: https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml/badge.svg
|
|
[ci_link]: https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml
|
|
[codecov_badge]: https://codecov.io/gh/shorebirdtech/shorebird/branch/main/graph/badge.svg
|
|
[codecov_link]: https://codecov.io/gh/shorebirdtech/shorebird
|
|
[discord_badge]: https://dcbadge.vercel.app/api/server/shorebird
|
|
[discord_link]: https://discord.gg/shorebird
|
|
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
|
[license_link]: https://opensource.org/licenses/MIT
|
|
[mit_link]: https://opensource.org/licenses/MIT
|
|
[shorebird_link]: https://shorebird.dev
|