https://github.com/maymeow/rpo-api-client
https://github.com/maymeow/rpo-api-client
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maymeow/rpo-api-client
- Owner: MayMeow
- License: mit
- Created: 2022-08-18T11:15:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T13:44:34.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T02:46:17.053Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API klient pre Register pravnickych osob
[](https://ko-fi.com/D1D5DMOTA)
## Install
```bash
npm i @themaymeow/rpo-api-client
```
or
```bash
yarn add @themaymeow/rpo-api-client
```
## Usage
```javascript
const { getCompany } = require("@themaymeow/rpo-api-client");
getCompany('change-me-to-company-id').then(res => {
console.log(res.data);
})
```
License: MIT