@alexadark/reusable-functions
Advanced tools
+2
-1
| import { GraphQLClient, gql } from "graphql-request"; | ||
| const endpoint = "https://api.travelpayouts.com/graphql/v1"; // GraphQL endpoint | ||
| const token = secrets.chains_aviasales; | ||
| // const token = secrets.chains_aviasales; | ||
| const token = "32f6b856373d4748a7316fd6567c66fa"; | ||
@@ -6,0 +7,0 @@ export const getFlights = async ({ |
+1
-1
| { | ||
| "name": "@alexadark/reusable-functions", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "reusable functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4324
1.24%172
0.58%