@nexim/api-connect
v1.0.1
Published
A utility function to execute Alwatr API & Database calls with TypeScript type safety using the Safe Result Pattern.
Maintainers
Readme
@nexim/api-connect
Overview
@nexim/api-connect utility function to execute Alwatr API & Database calls with TypeScript type safety.
This package implements the Safe Result Pattern to handle errors gracefully without crashing the application, ensuring robust and predictable behavior in your web applications.
Installation
Install the package using npm or yarn:
npm install @nexim/api-connect
# Or using yarn
yarn add @nexim/api-connectDocumentation
Read full documentation here.
