Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@epilot/validation-rules-client

Package Overview
Dependencies
Maintainers
43
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/validation-rules-client

API Client for epilot Validation Rules API

latest
Source
npmnpm
Version
1.1.10
Version published
Weekly downloads
361
-27.8%
Maintainers
43
Weekly downloads
 
Created
Source

@epilot/validation-rules-client

API Client for epilot Validation Rules API

Uses openapi-client-axios

Installation

Install the package:

npm install @epilot/validation-rules-client

Usage

import { getClient } from '@epilot/validation-rules-client'

const client = getClient()

// Use the client to make API calls
// The client will be automatically configured with the OpenAPI specification

BaseURL & Authorization

To pass an authorization header and set up the API url, you can use axios defaults:

const client = getClient()
client.defaults.baseURL = config.API_URL
client.defaults.headers['authorization'] = `Bearer ${token}`

Development

# Install dependencies
npm install

# Run tests
npm test

# Build the package
npm run build

# Update OpenAPI specification
npm run openapi

Documentation

https://docs.epilot.io/api/validation-rules

Keywords

validation

FAQs

Package last updated on 24 Oct 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