🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/api

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/api

API resources

latest
Source
npmnpm
Version
0.25.7
Version published
Maintainers
1
Created
Source

Opvious API

This package contains auto-generated SDKs and types for the Opvious API. It is suitable for use both client-side and server-side.

Quickstart

import {createSdk, createGraphqlSdk} from '@opvious/api';

// REST SDK (data operations)
const sdk = createSdk({
  // Optional authorization token
  headers: {authorization: `Bearer ${process.env.OPVIOUS_TOKEN}`},
});

// GraphQL SDK (metadata operations)
const graphqlSdk = createGraphqlSdk(sdk);

Note that several SDK methods require an API access token. You can generate one here.

Included resources

This package also includes the following resource files:

  • OpenAPI specification (resources/openapi.yaml);
  • GraphQL schema (resources/graphql/schema.gql);
  • GraphQL operations (resources/graphql/**/*.graphql).

These can be used to generate your own SDKs.

Keywords

graphql

FAQs

Package last updated on 19 Dec 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