Skip to content

Dummy customer submodule SDK repo as a testing ground for automation (konfig-dev/automation)

Notifications You must be signed in to change notification settings

konfig-dev/automation-test-submodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automation-test-with-submodule-typescript-sdk

SDKs (no submodules) to test automation workflows.

npm

Table of Contents

Installation

npm pnpm yarn
npm i automation-test-with-submodule-typescript-sdk
pnpm i automation-test-with-submodule-typescript-sdk
yarn add automation-test-with-submodule-typescript-sdk

Getting Started

import { AutomationTestWithSubmodule } from "automation-test-with-submodule-typescript-sdk";

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

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

console.log(helloResponse);

Reference

automationtestwithsubmodule.greetings.hello

Get a simple greeting!!!

🛠️ Usage

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

🔄 Return

HelloResponse

🌐 Endpoint

/hello GET

🔙 Back to Table of Contents


Author

This TypeScript package is automatically generated by Konfig

About

Dummy customer submodule SDK repo as a testing ground for automation (konfig-dev/automation)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •