Unlock the full potential of JengaAPI with JengaAPISDK - The gateway to seamless integration.

A wrapper around Jenga APIs that simplifies the use of Jenga APIs for developers. It acts as an intermediary between the Jenga APIs and the developer, making it easier to access and use the APIs without needing to understand all the underlying details of the API implementation.

To access all methods, you can import JengaApiSdk, or alternatively, you can import a service independently to consume only methods related to that service. It's important to note that all imports are named imports.

All methods accept an object with the following properties as a parameter:

headers (Optional): An object containing extra headers to be sent with the request.
params (GET request): An object containing the query parameters to be sent with the request.
data: (POST request): An object containing the body to be sent with the request.


Get Started: npm i jenga-apis-sdk