[![NPM Package][npm]][npm-url]
[![NPM Downloads][npm-downloads-per-month]][npm-trends]
# Introduction

Typescript ApiClient for Geins Managemet API

Geins Management API is an RESTful api to power your applications who manages your geins services. Geins provides an easy-to-use and scalable solution for managing all aspects of an online store, from product listings and customer information to order processing and payment transactions. 

## Getting started
Once you have created an account, you can start using the Management API by creating an `API key`. You can create as many API keys as you need. Each `API key` is connected to a specific account so you can keep track of operations and manage keys. You can find your `API key` in the `geins merchant center`. 

### Fast track
Use one of our [SDKs](https://docs.geins.io/docs/sdk/introduction) to get started quickly. The SDKs are available for the most popular programming languages and frameworks.

## Installation

### For [Node.js](https://nodejs.org/)


Install it via:

```shell
npm install @geins/sdk-api-mgmt-typescript --save
```


[npm]: https://img.shields.io/npm/v/@geins/sdk-api-mgmt-typescript
[npm-url]: https://www.npmjs.com/package/@geins/sdk-api-mgmt-typescript
[npm-downloads-per-month]: https://img.shields.io/npm/dm/@geins/sdk-api-mgmt-typescript.svg
[npm-trends]: https://npmtrends.com/@geins/sdk-api-mgmt-typescript
