An open API service indexing awesome lists of open source software.

https://github.com/demianparkhomenko/mono-openapi

Clients for Monobank APIs
https://github.com/demianparkhomenko/mono-openapi

acquiring currencies invoices monobank monobank-api payments

Last synced: about 1 month ago
JSON representation

Clients for Monobank APIs

Awesome Lists containing this project

README

        

# Mono OpenAPI

## Overview

This repository contains fully typed clients for Monobank APIs.

Currently supported APIs:

- [Acquiring API](https://api.monobank.ua/docs/acquiring.html)
- [Personal API](https://api.monobank.ua/docs/index.html)

## Installation

```bash
npm i mono-openapi
```

## Examples

You can run examples with:

```bash
npm run build
npm run examples:personal
npm run examples:acquiring
```

https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/personal.ts#L7-L10

https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/acquiring.ts#L27-L41