Socket
Book a DemoInstallSign in
Socket

@epilot/entity-client

Package Overview
Dependencies
Maintainers
44
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/entity-client

JavaScript client library for the epilot Core Entity API

latest
Source
npmnpm
Version
6.10.0
Version published
Maintainers
44
Created
Source

@epilot/entity-client

CI npm version bundle size License

Client library for epilot Entity API

Uses openapi-client-axios

Installation

npm install --save @epilot/entity-client

Usage

import { getClient } from '@epilot/entity-client';
const entityClient = getClient();

const createResponse = await entityClient.createEntity({ slug: 'contact' }, { first_name: 'Example', last_name: 'Entity' });
const getResponse = await entityClient.getEntity({ slug: 'contact', id: createResponse.data._id });

Documentation

https://docs.epilot.io/docs/entities/entity-api

Keywords

epilot

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

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.

Install

Related posts