@opvious/api-operations
Advanced tools
+1
-1
| { | ||
| "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", |
+3
-4
@@ -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 @@ }); |
553516
-0.01%36
-2.7%