Offizielle HHTTPS-Client-Packages:
Node.js:
npm install hhttps-client
import { HHTPPSClient } from "hhttps-client";
const hhttps = new HHTPPSClient("
https://hhttps.org");app.get("/protected",
hhttps.middleware({
required: true,
minTrust: 60,
allowedRoles: ["developer", "journalist"]
}),
handler
);
Python:
pip install hhttps
from hhttps import HHTTPSClient
client = HHTTPSClient("
https://hhttps.org")Go:
go get github.com/hhttps/hhttps-go
Ruby:
gem install hhttps
Alle SDKs unter: github.com/hhttps (Org)