Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@epilot/customer-portal-client
Advanced tools
@epilot/customer-portal-client
API Client for epilot customer-portal API.
Uses openapi-client-axios
Install the package:
npm install --save-dev @epilot/customer-portal-client
Import the package:
import { getClient } from '@epilot/customer-portal-client';
Use the client:
// get typed client
const client = await getClient();
// call an operation
const res = await client.testAuth();
To pass an authorization header and set up the API url, you can use axios defaults:
const client = getClient();
client.defaults.baseURL = config.CUSTOMER_PORTAL_API;
client.defaults.headers['authorization'] = `Bearer ${token}`;
FAQs
API Client for epilot portal API
The npm package @epilot/customer-portal-client receives a total of 921 weekly downloads. As such, @epilot/customer-portal-client popularity was classified as not popular.
We found that @epilot/customer-portal-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.