tachyon-ops / ts-request-builder

Simple and quick request builder made in TS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS-REQUEST-BUILDER

This module is aimed at helping you do requests the easy way, in a clean and concise style. It follows the Keep It Super Simple philosophy.

Import

import { RequestBuilder } from 'ts-request-builder';

Usage

[] TODO

Have fun!

Help with work

Just fork and do a PR :) I will add you to the colaborators list with a BIG thank you!

  • If you want to buy me a coffee or a beer as a thank you, I'm very much appreciated 😜 Donate

Guidelines

Whenever a new master is deployed, it should be tagged with the new deployed version. After we reach version 1.0.0 as the first release (production ready). After that, we follow semantic versioning.

Publishing

Remember to always publish on a merge request. Pipeline master:only actions will be created in the future, once we stabilize this library.

Enjoy!

Troubleshooting

  • Create an issue

About

Simple and quick request builder made in TS.


Languages

Language:TypeScript 100.0%