Class | Description |
---|---|
BTCPayServer |
Main class in charge of communicating with BTC Pay Server API using REST.
|
BTCPayServerHelper |
Help class for generating SIN value for a given EC Public Key.
|
BTCPayServerHTTPSender |
Class in charge of the http transport parts of sending JSON data to BTC Pay Server.
|
BTCPayServerKeyContext |
Cryptographic context specific for btcpay api key generation.
|
BTCPayServerResponseParser |
Class parsing JSON responses from BTC Pay Server into value objects.
|
BTCPayServerTokenManager |
Class acting as a cache and manages generated BTC Pay Server API tokens.
|
Enum | Description |
---|---|
BTCPayServerFacade |
Enumeration indicating the different roles that might access the BTC Pay Server API.
|
BTCPayServerHTTPSender.METHOD |
Enumeration of available HTTP Metod values.
|