docs.rs failed to build stripe-sdk-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
stripe-sdk-0.1.0
stripe-sdk
This repository provides an SDK written in Rust to help you interact with the Stripe API.
Developed by Finite Field, K.K.
Japanese: translations/ja/README.md
Implementation Approach
build.rsreadsspec/openapi.spec3.jsonand automatically generates dedicated methods for eachoperationId.- Requests are handled with operation-specific
*Requesttypes. - Responses are returned as operation-specific
*Responsetypes, andbodyis also an operation-specific type (*ResponseBody).
Usage
use json;
use ;
async
Webhook Helpers
use webhook;
- Verify only:
webhook::verify_signature(...) - Parse to custom type:
webhook::construct_event_as::<T>(...)