2.5.0 • Published 4 years ago

@metapair-pipeline/lib_client v2.5.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

Metapair Pipeline Lib Client

Description

This library is being used to access Metapair API client. This library should be safe to be used by public.

Requirement

  1. fetch (for use in node, use polyfill)

Instruction

  1. Import library and initialize it.
import { init, Brands } from '@metapair-pipeline/lib_client';
import * as process from 'process';

const { PROJECT_ID } = process.env;

init(PROJECT_ID);

async function main() {
    try {
        const response = await Brands.searchBrandByName('some name');
        console.log(response);
    } finally {
        process.exit(0);
    }
}

main();
2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago