@turnkey/api-key-stamper
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@turnkey/api-key-stamper

npm

This package contains functions to stamp a Turnkey request. It is meant to be used with @turnkey/http

Usage:

import { ApiKeyStamper } from "@turnkey/api-key-stamper";
import { TurnkeyClient } from "@turnkey/http";

const stamper = new ApiKeyStamper({
  apiPublicKey: "...",
  apiPrivateKey: "...",
});

const httpClient = new TurnkeyClient(
  { baseUrl: "https://api.turnkey.com" },
  stamper
);

Package Sidebar

Install

npm i @turnkey/api-key-stamper

Weekly Downloads

13,179

Version

0.4.0

License

Apache-2.0

Unpacked Size

79 kB

Total Files

47

Last publish

Collaborators

  • moe-dev
  • jordanturnkey
  • tdawson
  • oliviathet_turnkey
  • zekemostov
  • jack-kearney-tkhq
  • r-n-o
  • andrewtk