1.0.2 • Published 2 years ago

kyb-infrastructure v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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.