jortt 0.1.0

Async Rust SDK for the Jortt API with typed modules, hybrid OAuth helpers, and raw operation escape hatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy this file and fill values before sourcing/executing.
$env:JORTT_CLIENT_ID = "your-client-id"
$env:JORTT_CLIENT_SECRET = "your-client-secret"
$env:JORTT_BASE_URL = "https://api.jortt.nl/"

# Optional direct token override
# $env:JORTT_ACCESS_TOKEN = "your-access-token"

# Common path fixture examples
# $env:JORTT_PARAM_CUSTOMER_ID = "408d4652-b07a-4195-817e-0390bb0c9428"
# $env:JORTT_PARAM_INVOICE_ID = "b3b0b7c4-9dab-4ca7-b1c0-16b0ebbb75f7"
# $env:JORTT_PARAM_ID = "generic-id-placeholder"

# Safety flags
# $env:JORTT_ALLOW_WRITES = "true"
# $env:JORTT_RUN_MUTATIONS = "true"