https://github.com/fastn-stack/ft-sdk
https://github.com/fastn-stack/ft-sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastn-stack/ft-sdk
- Owner: fastn-stack
- Created: 2024-03-19T08:08:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T07:27:08.000Z (7 months ago)
- Last Synced: 2025-01-20T09:16:50.775Z (4 months ago)
- Language: Rust
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: licenses/LICENSE-APACHE
Awesome Lists containing this project
README
# ft-sdk
[docs.rs/ft-sdk](https://docs.rs/ft-sdk)
This crate can only be used when compiled to wasm, and wasm is run by
[www.fifthtry.com](https://www.fifthtry.com), or by `clift`, the command
line tool to use help developers build FifthTry Apps or when self-hosting
FifthTry Apps.## Maintenance Note
Run `scripts/check.sh` before release.
## ft-stripe
This project provides integration with Stripe HTTP APIs. It is based on the
[async-stripe](https://github.com/arlyon/async-stripe/tree/0a00d31894191ee0c6b4bda31e0d52d59e8e93b7)
project, with its own implementation of a Client to call Stripe APIs.### License
This project includes many source files copied from
[async-stripe](https://github.com/arlyon/async-stripe/tree/0a00d31894191ee0c6b4bda31e0d52d59e8e93b7).
We acknowledge and are grateful to the developers of async-stripe for their contributions to open source.Licensed under either of
- Apache License, Version 2.0,
([LICENSE-APACHE](https://github.com/arlyon/async-stripe/blob/0a00d31894191ee0c6b4bda31e0d52d59e8e93b7/LICENSE-APACHE)
or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](https://github.com/arlyon/async-stripe/blob/0a00d31894191ee0c6b4bda31e0d52d59e8e93b7/LICENSE-MIT) or
https://opensource.org/licenses/MIT) at your option.