1.0.6 • Published 1 year ago

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

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

automation-test-no-submodules-typescript-sdk

SDKs (no submodules) to test automation workflows.

npm

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

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago