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

@opvious/api-operations

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/api-operations - npm Package Compare versions

Comparing version
0.10.3
to
0.10.4
+1
-1
package.json
{
"name": "@opvious/api-operations",
"version": "0.10.3",
"version": "0.10.4",
"repository": "github:opvious/api-gateway",

@@ -5,0 +5,0 @@ "description": "API GraphQL schema and operations resources",

@@ -12,5 +12,4 @@ # Opvious API operations

You'll need an API access token to call SDK methods. You can generate one at
https://hub.opvious.io/authorizations. Once you have it, you can use this
package to emit type-safe API requests.
You'll need an API access token to call SDK methods. Once you have it, you can
use this package to emit type-safe API requests.

@@ -22,3 +21,3 @@ ```typescript

// Underlying generic GraphQL client.
const client = new GraphQLClient('https://api.opvious.io/graphql', {
const client = new GraphQLClient('https://api.beta.opvious.io/graphql', {
headers: {authorization: process.env.OPVIOUS_TOKEN},

@@ -25,0 +24,0 @@ });