c2siorg / bassa-client-libraries

Bassa Client Libraries will enable you to interact easily with Bassa API server with most of its functions covered.
Apache License 2.0
0 stars 2 forks source link

(Feature) Add Bassa js library #2

Open sonodew opened 6 months ago

sonodew commented 6 months ago

Description

This PR closes #1 feature request. The changes include js library implementation(as a npm module) for the Bassa API layer.

Motivation and Context

The feature requests listed in the issue #1

How Has This Been Tested?

Import the module as a dependency to a separate js project (the project is not published to the npm directory yet. Since the local linking was done) and tested each js functions using postman.

Checklist:

sonodew commented 6 months ago

@kmehant, @JaDogg could you please review this? Thanks!