kyb-infrastructure
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

kyb-infrastructure

Package which provides various functionalities for Typescript, Javascript development environments

Installation

Use the package manager npm to install kyb-infrastructure.

npm i kyb-infrastructure

Usage

import { HttpClient, HttpMethods } from "kyb-infrastructure"

// For example, you can use HttpClient module as follows;
let httpClient = new HttpClient("https://google.com.tr");
let response = await client.SendRequest(HttpMethods.GET, "/");
console.log(response.isSuccessful);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Readme

Keywords

none

Package Sidebar

Install

npm i kyb-infrastructure

Weekly Downloads

4

Version

1.0.2

License

none

Unpacked Size

11.9 kB

Total Files

20

Last publish

Collaborators

  • onurkayabasi