1.0.2 • Published 5 months ago

automation-test-no-submodules-typescript-sdk v1.0.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
5 months ago

automation-test-no-submodules-typescript-sdk

SDKs (no submodules) to test automation workflows.

npm GitHub last commit

Table of Contents

Installation

npm i automation-test-no-submodules-typescript-sdk
pnpm i automation-test-no-submodules-typescript-sdk
yarn add automation-test-no-submodules-typescript-sdk

Getting Started

import { AutomationTestNoSubmodules } from "automation-test-no-submodules-typescript-sdk";

const automationtestnosubmodules = new AutomationTestNoSubmodules({
  // Defining the base path is optional and defaults to http://google.com
  // basePath: "http://google.com",
  apiKey: "API_KEY",
});

const helloResponse = await automationtestnosubmodules.greetings.hello();

console.log(helloResponse);

Reference

automationtestnosubmodules.greetings.hello

Get a simple greeting

🛠️ Usage

const helloResponse = await automationtestnosubmodules.greetings.hello();

🔄 Return

HelloResponse

🌐 Endpoint

/hello GET

🔙 Back to Table of Contents


Author

This TypeScript package is automatically generated by Konfig