Quickstart

```rust use std::str::FromStr;

use nodelessrs::paywall::Paywall; use nodelessrs::webhook::{CreateWebhook, WebHookType, Webhook, WebhookEvent, WebhookStatus}; use url::Url;

use nodelessrs::store::InvoiceRequest; use nodelessrs::Nodeless;

[tokio::main]

async fn main() { let api_key = "";

let nodeless = Nodeless::new(api_key, None).unwrap();

let _status = nodeless.get_server_status().await.unwrap();

} ```

Status

Implementation status of full API support:

Paywall Requests

Paywall Webhooks

Paywalls

Server Info

Store Invoices

Store Webhooks

Stores

Transactions