Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cdek/mod.ts>ApiRequest.OAuth

📦CDEK api client
Latest
type alias ApiRequest.OAuth
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { OAuth } = ApiRequest;
definition: { grant_type: "client_credentials"; client_id: string; client_secret: string; }