apigee-templater-module
Advanced tools
Comparing version 2.6.3 to 2.6.4
@@ -26,2 +26,28 @@ import { authTypes } from "../interfaces.js"; | ||
get: | ||
parameters: | ||
- in: query | ||
name: filter | ||
schema: | ||
type: string | ||
description: A filter for the data query. | ||
example: Symbol='ESMO' | ||
- in: query | ||
name: orderBy | ||
schema: | ||
type: string | ||
description: A column and direction to order the results by | ||
example: Quantity ASC | ||
- in: query | ||
name: pageSize | ||
schema: | ||
type: integer | ||
default: 10 | ||
description: How many records to return per page. | ||
example: 100 | ||
- in: query | ||
name: pageToken | ||
schema: | ||
type: integer | ||
description: The next page token to return (returned in previous page result). | ||
example: 2 | ||
responses: | ||
@@ -28,0 +54,0 @@ '200': |
@@ -144,3 +144,3 @@ /** | ||
const input = fs.readFileSync('./test/data/data_payload1.json', 'utf-8'); | ||
return apigeeGenerator.generateSpec(input, SpecType.Data, ["https://example.com"], authTypes.apiKey, true, true).then((result) => { | ||
return apigeeGenerator.generateSpec(input, SpecType.Data, ["https://api.34-110-134-67.nip.io/v1/data"], authTypes.apiKey, true, true).then((result) => { | ||
fs.writeFileSync('test/output/data_spec.yaml', result); | ||
@@ -147,0 +147,0 @@ expect(result).to.not.equal(""); |
{ | ||
"name": "apigee-templater-module", | ||
"version": "2.6.3", | ||
"version": "2.6.4", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-templater", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153569
4103