@yehn/api-client
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Yehn™

This repository is part of the source code of Yehn. You can find more information at yehn.io or by contacting opensource@yehn.io.

You can find the published source code at github.com/yehn/yehn.

For licensing information, see the attached LICENSE file and the list of third-party licenses at yehn.io/legal/licenses/.

API Client

Yehn for Web's API client.

Getting Started

yarn install
yarn start

Installation

yarn add @yehn/api-client

Usage

Browser

Node.js

Execution

Bash

#!/bin/bash

EMAIL="name@email.com"
PASSWORD="password"

node index.js --e="$EMAIL" --p="$PASSWORD"

Node

npm run dist
node index.js --e="name@email.com" --p="password"

Readme

Keywords

none

Package Sidebar

Install

npm i @yehn/api-client

Weekly Downloads

0

Version

1.1.2

License

GPL-3.0

Unpacked Size

3.37 kB

Total Files

2

Last publish

Collaborators

  • yehn-owner