@api-client/ui 0.1.9 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deployment.yml +0 -2
- package/build/src/decorators/reactive.d.ts.map +1 -1
- package/build/src/decorators/reactive.js +17 -8
- package/build/src/decorators/reactive.js.map +1 -1
- package/build/src/index.d.ts +0 -17
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +0 -18
- package/build/src/index.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.js +6 -5
- package/build/src/md/dialog/internals/Dialog.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.js +14 -10
- package/build/src/md/dialog/internals/Dialog.styles.js.map +1 -1
- package/demo/elements/authorization/api-key.html +1 -1
- package/demo/elements/authorization/basic.html +1 -1
- package/demo/elements/authorization/bearer.html +1 -1
- package/demo/elements/authorization/index.html +0 -3
- package/demo/elements/authorization/ntlm.html +1 -1
- package/demo/elements/authorization/oauth-authorize.html +1 -1
- package/demo/elements/authorization/oauth-error.html +1 -1
- package/demo/elements/authorization/oauth2.html +1 -1
- package/demo/elements/authorization/oidc.html +1 -1
- package/demo/elements/context-menu/basic.html +1 -1
- package/demo/elements/context-menu/custom-data.html +1 -1
- package/demo/elements/context-menu/enabled-state.html +1 -1
- package/demo/elements/context-menu/icons.html +1 -1
- package/demo/elements/context-menu/nested.html +1 -1
- package/demo/elements/context-menu/no-execute.html +1 -1
- package/demo/elements/context-menu/radio-menu.html +1 -1
- package/demo/elements/context-menu/separators.html +1 -1
- package/demo/elements/environment/environment-editor.html +1 -1
- package/demo/elements/environment/server-editor.html +1 -1
- package/demo/elements/environment/variables-editor.html +1 -1
- package/demo/elements/har/har-viewer.html +1 -1
- package/demo/elements/highlight/index.html +0 -4
- package/demo/elements/highlight/marked-highlight.html +1 -1
- package/demo/elements/highlight/prism-highlight.html +1 -1
- package/demo/elements/http/body-editor.html +1 -1
- package/demo/elements/http/headers.html +1 -1
- package/demo/elements/http/http-assertions.html +1 -1
- package/demo/elements/http/http-flows.html +1 -1
- package/demo/elements/http/request-editor.html +1 -1
- package/demo/elements/http/request-log.html +1 -1
- package/demo/elements/http/url-editing.html +1 -1
- package/demo/elements/icons/index.html +1 -1
- package/demo/elements/index.html +0 -3
- package/demo/elements/project/index.html +7 -0
- package/demo/elements/project/project-run-report.html +1 -1
- package/demo/elements/project/request-editor.html +1 -1
- package/demo/elements/user/user-avatar.html +1 -1
- package/demo/elements/user/user-avatar.ts +1 -1
- package/demo/index.html +3 -3
- package/demo/layout/index.html +1 -1
- package/demo/{elements/md → md}/UiDemoPage.ts +1 -1
- package/demo/{elements/md → md}/buttons/button.html +3 -3
- package/demo/{elements/md → md}/buttons/button.ts +10 -10
- package/demo/{elements/md → md}/buttons/icon-button.html +3 -3
- package/demo/{elements/md → md}/buttons/icon-button.ts +4 -4
- package/demo/{elements/md → md}/buttons/segmented-buttons.html +3 -3
- package/demo/{elements/md → md}/buttons/segmented-buttons.ts +4 -4
- package/demo/{elements/md → md}/chip/chip.html +3 -3
- package/demo/{elements/md → md}/chip/chip.ts +5 -5
- package/demo/{elements/md → md}/collapse/CustomDetail.ts +2 -2
- package/demo/{elements/md → md}/collapse/collapse.html +3 -3
- package/demo/{elements/md → md}/collapse/collapse.ts +1 -1
- package/demo/{elements/md → md}/dialog/dialog.html +7 -3
- package/demo/{elements/md → md}/dialog/dialog.ts +19 -12
- package/demo/{elements/md → md}/index.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.ts +4 -4
- package/demo/{elements/md → md}/inputs/input.html +3 -3
- package/demo/{elements/md → md}/inputs/input.ts +7 -7
- package/demo/{elements/md → md}/inputs/radio.html +3 -3
- package/demo/{elements/md → md}/inputs/radio.ts +4 -4
- package/demo/{elements/md → md}/inputs/switch.html +3 -3
- package/demo/{elements/md → md}/inputs/switch.ts +5 -5
- package/demo/{elements/md → md}/list/dropdown-list.html +3 -3
- package/demo/{elements/md → md}/list/dropdown-list.ts +9 -9
- package/demo/{elements/md → md}/list/list.html +3 -3
- package/demo/{elements/md → md}/list/list.ts +5 -5
- package/demo/{elements/md → md}/notification/snack.html +3 -3
- package/demo/{elements/md → md}/notification/snack.ts +2 -2
- package/demo/{elements/md → md}/progress/progress.html +3 -3
- package/demo/{elements/md → md}/progress/progress.ts +2 -2
- package/demo/{elements/md → md}/tabs/tabs.html +3 -3
- package/demo/{elements/md → md}/tabs/tabs.ts +7 -7
- package/demo/tsconfig.json +0 -3
- package/eslint.config.js +0 -3
- package/package.json +44 -71
- package/src/decorators/reactive.ts +18 -8
- package/src/index.ts +0 -19
- package/src/md/dialog/internals/Dialog.styles.ts +14 -10
- package/src/md/dialog/internals/Dialog.ts +6 -5
- package/test/core/activity.spec.ts +3 -3
- package/tsconfig.all.json +7 -0
- package/tsconfig.json +1 -0
- package/web-dev-server.config.js +21 -0
- package/web-test-runner.config.js +8 -28
- package/bin/dev.ts +0 -7
- package/bin/test.ts +0 -6
- package/build/src/amf/lib/AmfInputParser.d.ts +0 -69
- package/build/src/amf/lib/AmfInputParser.d.ts.map +0 -1
- package/build/src/amf/lib/AmfInputParser.js +0 -189
- package/build/src/amf/lib/AmfInputParser.js.map +0 -1
- package/build/src/amf/lib/AmfParameters.d.ts +0 -166
- package/build/src/amf/lib/AmfParameters.d.ts.map +0 -1
- package/build/src/amf/lib/AmfParameters.js +0 -720
- package/build/src/amf/lib/AmfParameters.js.map +0 -1
- package/build/src/amf/lib/AmfSecurity.d.ts +0 -7
- package/build/src/amf/lib/AmfSecurity.d.ts.map +0 -1
- package/build/src/amf/lib/AmfSecurity.js +0 -41
- package/build/src/amf/lib/AmfSecurity.js.map +0 -1
- package/build/src/amf/lib/InputCache.d.ts +0 -45
- package/build/src/amf/lib/InputCache.d.ts.map +0 -1
- package/build/src/amf/lib/InputCache.js +0 -92
- package/build/src/amf/lib/InputCache.js.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts +0 -38
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.js +0 -248
- package/build/src/amf/lib/Oauth2RamlCustomData.js.map +0 -1
- package/build/src/amf/lib/PayloadUtils.d.ts +0 -19
- package/build/src/amf/lib/PayloadUtils.d.ts.map +0 -1
- package/build/src/amf/lib/PayloadUtils.js +0 -73
- package/build/src/amf/lib/PayloadUtils.js.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.d.ts +0 -44
- package/build/src/amf/lib/QueryParameterProcessor.d.ts.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.js +0 -167
- package/build/src/amf/lib/QueryParameterProcessor.js.map +0 -1
- package/build/src/amf/lib/UrlUtils.d.ts +0 -49
- package/build/src/amf/lib/UrlUtils.d.ts.map +0 -1
- package/build/src/amf/lib/UrlUtils.js +0 -209
- package/build/src/amf/lib/UrlUtils.js.map +0 -1
- package/build/src/amf/lib/Utils.d.ts +0 -43
- package/build/src/amf/lib/Utils.d.ts.map +0 -1
- package/build/src/amf/lib/Utils.js +0 -204
- package/build/src/amf/lib/Utils.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts +0 -8
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.js +0 -18
- package/build/src/amf/lib/navigation-layout/ApiSorting.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts +0 -33
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js +0 -178
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts +0 -25
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.js +0 -91
- package/build/src/amf/lib/navigation-layout/NaturalTree.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts +0 -4
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.js +0 -71
- package/build/src/amf/plugins/ApiNavigationCommands.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts +0 -16
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.js +0 -40
- package/build/src/amf/plugins/ApiNavigationContextMenu.js.map +0 -1
- package/build/src/amf/store/AmfGraphStore.d.ts +0 -39
- package/build/src/amf/store/AmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfGraphStore.js +0 -62
- package/build/src/amf/store/AmfGraphStore.js.map +0 -1
- package/build/src/amf/store/AmfStore.d.ts +0 -122
- package/build/src/amf/store/AmfStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfStore.js +0 -171
- package/build/src/amf/store/AmfStore.js.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.d.ts +0 -6
- package/build/src/amf/store/DomEventsAmfStore.d.ts.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.js +0 -5
- package/build/src/amf/store/DomEventsAmfStore.js.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.d.ts +0 -137
- package/build/src/amf/store/InMemAmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.js +0 -586
- package/build/src/amf/store/InMemAmfGraphStore.js.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts +0 -38
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js +0 -99
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js.map +0 -1
- package/build/src/amf/types.d.ts +0 -320
- package/build/src/amf/types.d.ts.map +0 -1
- package/build/src/amf/types.js +0 -2
- package/build/src/amf/types.js.map +0 -1
- package/build/src/define/amf/api-annotation-document.d.ts +0 -10
- package/build/src/define/amf/api-annotation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-annotation-document.js +0 -27
- package/build/src/define/amf/api-annotation-document.js.map +0 -1
- package/build/src/define/amf/api-authorization-editor.d.ts +0 -10
- package/build/src/define/amf/api-authorization-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-authorization-editor.js +0 -27
- package/build/src/define/amf/api-authorization-editor.js.map +0 -1
- package/build/src/define/amf/api-channel-document.d.ts +0 -10
- package/build/src/define/amf/api-channel-document.d.ts.map +0 -1
- package/build/src/define/amf/api-channel-document.js +0 -27
- package/build/src/define/amf/api-channel-document.js.map +0 -1
- package/build/src/define/amf/api-documentation-document.d.ts +0 -10
- package/build/src/define/amf/api-documentation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation-document.js +0 -27
- package/build/src/define/amf/api-documentation-document.js.map +0 -1
- package/build/src/define/amf/api-documentation.d.ts +0 -10
- package/build/src/define/amf/api-documentation.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation.js +0 -27
- package/build/src/define/amf/api-documentation.js.map +0 -1
- package/build/src/define/amf/api-navigation.d.ts +0 -10
- package/build/src/define/amf/api-navigation.d.ts.map +0 -1
- package/build/src/define/amf/api-navigation.js +0 -27
- package/build/src/define/amf/api-navigation.js.map +0 -1
- package/build/src/define/amf/api-operation-document.d.ts +0 -10
- package/build/src/define/amf/api-operation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-operation-document.js +0 -27
- package/build/src/define/amf/api-operation-document.js.map +0 -1
- package/build/src/define/amf/api-parameter-document.d.ts +0 -10
- package/build/src/define/amf/api-parameter-document.d.ts.map +0 -1
- package/build/src/define/amf/api-parameter-document.js +0 -27
- package/build/src/define/amf/api-parameter-document.js.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts +0 -10
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.js +0 -27
- package/build/src/define/amf/api-parametrized-security-scheme.js.map +0 -1
- package/build/src/define/amf/api-payload-document.d.ts +0 -10
- package/build/src/define/amf/api-payload-document.d.ts.map +0 -1
- package/build/src/define/amf/api-payload-document.js +0 -27
- package/build/src/define/amf/api-payload-document.js.map +0 -1
- package/build/src/define/amf/api-request-document.d.ts +0 -10
- package/build/src/define/amf/api-request-document.d.ts.map +0 -1
- package/build/src/define/amf/api-request-document.js +0 -27
- package/build/src/define/amf/api-request-document.js.map +0 -1
- package/build/src/define/amf/api-request-editor.d.ts +0 -10
- package/build/src/define/amf/api-request-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-request-editor.js +0 -27
- package/build/src/define/amf/api-request-editor.js.map +0 -1
- package/build/src/define/amf/api-request.d.ts +0 -10
- package/build/src/define/amf/api-request.d.ts.map +0 -1
- package/build/src/define/amf/api-request.js +0 -27
- package/build/src/define/amf/api-request.js.map +0 -1
- package/build/src/define/amf/api-resource-document.d.ts +0 -10
- package/build/src/define/amf/api-resource-document.d.ts.map +0 -1
- package/build/src/define/amf/api-resource-document.js +0 -27
- package/build/src/define/amf/api-resource-document.js.map +0 -1
- package/build/src/define/amf/api-response-document.d.ts +0 -10
- package/build/src/define/amf/api-response-document.d.ts.map +0 -1
- package/build/src/define/amf/api-response-document.js +0 -27
- package/build/src/define/amf/api-response-document.js.map +0 -1
- package/build/src/define/amf/api-schema-document.d.ts +0 -10
- package/build/src/define/amf/api-schema-document.d.ts.map +0 -1
- package/build/src/define/amf/api-schema-document.js +0 -27
- package/build/src/define/amf/api-schema-document.js.map +0 -1
- package/build/src/define/amf/api-security-document.d.ts +0 -10
- package/build/src/define/amf/api-security-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-document.js +0 -27
- package/build/src/define/amf/api-security-document.js.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.d.ts +0 -10
- package/build/src/define/amf/api-security-requirement-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.js +0 -27
- package/build/src/define/amf/api-security-requirement-document.js.map +0 -1
- package/build/src/define/amf/api-server-picker.d.ts +0 -10
- package/build/src/define/amf/api-server-picker.d.ts.map +0 -1
- package/build/src/define/amf/api-server-picker.js +0 -27
- package/build/src/define/amf/api-server-picker.js.map +0 -1
- package/build/src/define/amf/api-summary.d.ts +0 -10
- package/build/src/define/amf/api-summary.d.ts.map +0 -1
- package/build/src/define/amf/api-summary.js +0 -27
- package/build/src/define/amf/api-summary.js.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-apikey-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-basic-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-bearer-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oidc-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts +0 -61
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.js +0 -176
- package/build/src/elements/amf/ApiAnnotationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js +0 -46
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts +0 -143
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js +0 -379
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js +0 -25
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts +0 -28
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.js +0 -85
- package/build/src/elements/amf/ApiChannelDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.d.ts +0 -254
- package/build/src/elements/amf/ApiDocumentation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.js +0 -686
- package/build/src/elements/amf/ApiDocumentation.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.js +0 -11
- package/build/src/elements/amf/ApiDocumentation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.d.ts +0 -103
- package/build/src/elements/amf/ApiDocumentationBase.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.js +0 -291
- package/build/src/elements/amf/ApiDocumentationBase.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts +0 -29
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.js +0 -79
- package/build/src/elements/amf/ApiDocumentationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js +0 -32
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.d.ts +0 -579
- package/build/src/elements/amf/ApiNavigation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.js +0 -2244
- package/build/src/elements/amf/ApiNavigation.element.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiNavigation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.js +0 -159
- package/build/src/elements/amf/ApiNavigation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts +0 -266
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.js +0 -1002
- package/build/src/elements/amf/ApiOperationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.js +0 -67
- package/build/src/elements/amf/ApiOperationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.js +0 -94
- package/build/src/elements/amf/ApiParameterDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiParameterDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts +0 -19
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js +0 -58
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js +0 -4
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.js +0 -131
- package/build/src/elements/amf/ApiPayloadDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiPayloadDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.d.ts +0 -131
- package/build/src/elements/amf/ApiRequest.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.js +0 -318
- package/build/src/elements/amf/ApiRequest.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequest.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.js +0 -11
- package/build/src/elements/amf/ApiRequest.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts +0 -115
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.js +0 -401
- package/build/src/elements/amf/ApiRequestDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.js +0 -13
- package/build/src/elements/amf/ApiRequestDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts +0 -485
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.js +0 -1735
- package/build/src/elements/amf/ApiRequestEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.js +0 -160
- package/build/src/elements/amf/ApiRequestEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts +0 -233
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.js +0 -706
- package/build/src/elements/amf/ApiResourceDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.js +0 -91
- package/build/src/elements/amf/ApiResourceDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts +0 -79
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.js +0 -298
- package/build/src/elements/amf/ApiResponseDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiResponseDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts +0 -144
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.js +0 -765
- package/build/src/elements/amf/ApiSchemaDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiSchemaDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts +0 -180
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.js +0 -592
- package/build/src/elements/amf/ApiSecurityDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.js +0 -89
- package/build/src/elements/amf/ApiSecurityDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts +0 -16
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js +0 -76
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js +0 -7
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.d.ts +0 -256
- package/build/src/elements/amf/ApiServerPicker.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.js +0 -715
- package/build/src/elements/amf/ApiServerPicker.element.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.js +0 -25
- package/build/src/elements/amf/ApiServerPicker.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.d.ts +0 -90
- package/build/src/elements/amf/ApiSummary.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.js +0 -385
- package/build/src/elements/amf/ApiSummary.element.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSummary.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.js +0 -192
- package/build/src/elements/amf/ApiSummary.styles.js.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts +0 -56
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.js +0 -499
- package/build/src/elements/amf/SchemaCommonTemplates.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts +0 -60
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.js +0 -237
- package/build/src/elements/amf/authorization/AmfApiKey.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.d.ts +0 -16
- package/build/src/elements/amf/authorization/AmfBasic.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.js +0 -86
- package/build/src/elements/amf/authorization/AmfBasic.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.d.ts +0 -15
- package/build/src/elements/amf/authorization/AmfBearer.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.js +0 -73
- package/build/src/elements/amf/authorization/AmfBearer.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts +0 -236
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.js +0 -795
- package/build/src/elements/amf/authorization/AmfOauth2.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.d.ts +0 -14
- package/build/src/elements/amf/authorization/AmfOidc.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.js +0 -72
- package/build/src/elements/amf/authorization/AmfOidc.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts +0 -58
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.js +0 -259
- package/build/src/elements/amf/authorization/AmfPassThrough.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts +0 -53
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.js +0 -291
- package/build/src/elements/amf/authorization/AmfRamlCustom.js.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts +0 -3
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.js +0 -40
- package/build/src/elements/amf/authorization/Authorization.styles.js.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts +0 -3
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.js +0 -46
- package/build/src/elements/amf/styles/AuthorizationMethod.js.map +0 -1
- package/build/src/elements/amf/styles/Common.d.ts +0 -3
- package/build/src/elements/amf/styles/Common.d.ts.map +0 -1
- package/build/src/elements/amf/styles/Common.js +0 -150
- package/build/src/elements/amf/styles/Common.js.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.d.ts +0 -3
- package/build/src/elements/amf/styles/SchemaCommon.d.ts.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.js +0 -376
- package/build/src/elements/amf/styles/SchemaCommon.js.map +0 -1
- package/build/src/events/amf/ApiEvents.d.ts +0 -25
- package/build/src/events/amf/ApiEvents.d.ts.map +0 -1
- package/build/src/events/amf/ApiEvents.js +0 -42
- package/build/src/events/amf/ApiEvents.js.map +0 -1
- package/build/src/events/amf/BaseEvents.d.ts +0 -69
- package/build/src/events/amf/BaseEvents.d.ts.map +0 -1
- package/build/src/events/amf/BaseEvents.js +0 -64
- package/build/src/events/amf/BaseEvents.js.map +0 -1
- package/build/src/events/amf/DocumentationEvents.d.ts +0 -17
- package/build/src/events/amf/DocumentationEvents.d.ts.map +0 -1
- package/build/src/events/amf/DocumentationEvents.js +0 -27
- package/build/src/events/amf/DocumentationEvents.js.map +0 -1
- package/build/src/events/amf/EndpointEvents.d.ts +0 -21
- package/build/src/events/amf/EndpointEvents.d.ts.map +0 -1
- package/build/src/events/amf/EndpointEvents.js +0 -35
- package/build/src/events/amf/EndpointEvents.js.map +0 -1
- package/build/src/events/amf/EventTypes.d.ts +0 -65
- package/build/src/events/amf/EventTypes.d.ts.map +0 -1
- package/build/src/events/amf/EventTypes.js +0 -65
- package/build/src/events/amf/EventTypes.js.map +0 -1
- package/build/src/events/amf/Events.d.ts +0 -63
- package/build/src/events/amf/Events.d.ts.map +0 -1
- package/build/src/events/amf/Events.js +0 -38
- package/build/src/events/amf/Events.js.map +0 -1
- package/build/src/events/amf/NavigationEvents.d.ts +0 -50
- package/build/src/events/amf/NavigationEvents.d.ts.map +0 -1
- package/build/src/events/amf/NavigationEvents.js +0 -59
- package/build/src/events/amf/NavigationEvents.js.map +0 -1
- package/build/src/events/amf/OperationEvents.d.ts +0 -17
- package/build/src/events/amf/OperationEvents.d.ts.map +0 -1
- package/build/src/events/amf/OperationEvents.js +0 -27
- package/build/src/events/amf/OperationEvents.js.map +0 -1
- package/build/src/events/amf/PayloadEvents.d.ts +0 -10
- package/build/src/events/amf/PayloadEvents.d.ts.map +0 -1
- package/build/src/events/amf/PayloadEvents.js +0 -16
- package/build/src/events/amf/PayloadEvents.js.map +0 -1
- package/build/src/events/amf/ReportingEvents.d.ts +0 -16
- package/build/src/events/amf/ReportingEvents.d.ts.map +0 -1
- package/build/src/events/amf/ReportingEvents.js +0 -22
- package/build/src/events/amf/ReportingEvents.js.map +0 -1
- package/build/src/events/amf/RequestEvents.d.ts +0 -10
- package/build/src/events/amf/RequestEvents.d.ts.map +0 -1
- package/build/src/events/amf/RequestEvents.js +0 -15
- package/build/src/events/amf/RequestEvents.js.map +0 -1
- package/build/src/events/amf/ResponseEvents.d.ts +0 -10
- package/build/src/events/amf/ResponseEvents.d.ts.map +0 -1
- package/build/src/events/amf/ResponseEvents.js +0 -16
- package/build/src/events/amf/ResponseEvents.js.map +0 -1
- package/build/src/events/amf/SecurityEvents.d.ts +0 -31
- package/build/src/events/amf/SecurityEvents.d.ts.map +0 -1
- package/build/src/events/amf/SecurityEvents.js +0 -53
- package/build/src/events/amf/SecurityEvents.js.map +0 -1
- package/build/src/events/amf/ServerEvents.d.ts +0 -63
- package/build/src/events/amf/ServerEvents.d.ts.map +0 -1
- package/build/src/events/amf/ServerEvents.js +0 -70
- package/build/src/events/amf/ServerEvents.js.map +0 -1
- package/build/src/events/amf/StoreEvents.d.ts +0 -8
- package/build/src/events/amf/StoreEvents.d.ts.map +0 -1
- package/build/src/events/amf/StoreEvents.js +0 -16
- package/build/src/events/amf/StoreEvents.js.map +0 -1
- package/build/src/events/amf/TelemetryEvents.d.ts +0 -79
- package/build/src/events/amf/TelemetryEvents.d.ts.map +0 -1
- package/build/src/events/amf/TelemetryEvents.js +0 -65
- package/build/src/events/amf/TelemetryEvents.js.map +0 -1
- package/build/src/events/amf/TypeEvents.d.ts +0 -16
- package/build/src/events/amf/TypeEvents.d.ts.map +0 -1
- package/build/src/events/amf/TypeEvents.js +0 -25
- package/build/src/events/amf/TypeEvents.js.map +0 -1
- package/demo/amf/api-annotation.html +0 -21
- package/demo/amf/api-annotation.ts +0 -117
- package/demo/amf/api-channel.html +0 -25
- package/demo/amf/api-channel.ts +0 -76
- package/demo/amf/api-console.html +0 -23
- package/demo/amf/api-console.ts +0 -505
- package/demo/amf/api-documentation-document.html +0 -25
- package/demo/amf/api-documentation-document.ts +0 -79
- package/demo/amf/api-documentation.html +0 -25
- package/demo/amf/api-documentation.ts +0 -242
- package/demo/amf/api-navigation.html +0 -29
- package/demo/amf/api-navigation.ts +0 -278
- package/demo/amf/api-operation.html +0 -37
- package/demo/amf/api-operation.ts +0 -274
- package/demo/amf/api-payload.html +0 -25
- package/demo/amf/api-payload.ts +0 -176
- package/demo/amf/api-request.html +0 -24
- package/demo/amf/api-request.ts +0 -259
- package/demo/amf/api-resource.html +0 -31
- package/demo/amf/api-resource.ts +0 -264
- package/demo/amf/api-schema-documentation.html +0 -25
- package/demo/amf/api-schema-documentation.ts +0 -207
- package/demo/amf/api-security-documentation.html +0 -25
- package/demo/amf/api-security-documentation.ts +0 -94
- package/demo/amf/api-server-picker.html +0 -24
- package/demo/amf/api-server-picker.ts +0 -233
- package/demo/amf/api-summary.html +0 -25
- package/demo/amf/api-summary.ts +0 -84
- package/demo/amf/bare-components.css +0 -11
- package/demo/amf/bare-components.html +0 -38
- package/demo/amf/bare-components.ts +0 -18
- package/demo/amf/demo.css +0 -136
- package/demo/amf/index.html +0 -65
- package/demo/amf/lib/AmfDemoPage.ts +0 -285
- package/demo/amf/oauth-authorize.html +0 -74
- package/demo/amf/oauth-authorize.ts +0 -40
- package/demo/amf/request-editor.html +0 -24
- package/demo/amf/request-editor.ts +0 -267
- package/demo/amf/styles/api-console.css +0 -60
- package/demo/amf/styles/api-editor.css +0 -139
- package/demo/amf/styles/console-theme.css +0 -0
- package/demo/amf/styles/demo-grid.css +0 -26
- package/demo/apis/21143/21143.json +0 -638
- package/demo/apis/APIC-15/APIC-15.raml +0 -36
- package/demo/apis/APIC-15/data-types/organization-data-type.raml +0 -19
- package/demo/apis/APIC-15/examples/organization/organization-array-response.raml +0 -15
- package/demo/apis/APIC-15/examples/organization/organization-individual-response.raml +0 -8
- package/demo/apis/APIC-168/APIC-168.raml +0 -38
- package/demo/apis/APIC-282/APIC-282.raml +0 -57
- package/demo/apis/APIC-289/APIC-289.yaml +0 -21
- package/demo/apis/APIC-298/APIC-298.json +0 -588
- package/demo/apis/APIC-332/APIC-332.raml +0 -22
- package/demo/apis/APIC-349-cache-resolution/APIC-349-cache-resolution.raml +0 -141
- package/demo/apis/APIC-349-cache-resolution/docs/DocumentationItem-1.raml +0 -3
- package/demo/apis/APIC-349-cache-resolution/docs/api.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/docs/documentationTitle.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example2.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/libraries/schema.json +0 -21
- package/demo/apis/APIC-349-cache-resolution/libraries/types.raml +0 -88
- package/demo/apis/APIC-390/APIC-390.raml +0 -13
- package/demo/apis/APIC-390/Types/ISO-standards.raml +0 -30
- package/demo/apis/APIC-429/APIC-429.yaml +0 -63
- package/demo/apis/APIC-435/APIC-435.yaml +0 -27
- package/demo/apis/APIC-449/APIC-449.yaml +0 -8
- package/demo/apis/APIC-463/APIC-463.raml +0 -13
- package/demo/apis/APIC-480/APIC-480.raml +0 -61
- package/demo/apis/APIC-480/examples/account-response.json +0 -5
- package/demo/apis/APIC-483/APIC-483.raml +0 -16
- package/demo/apis/APIC-483/example/list-of-bank-succ.json +0 -32
- package/demo/apis/APIC-483/schema/response-retrieve-list-bank.json +0 -68
- package/demo/apis/APIC-550/APIC-550.raml +0 -46
- package/demo/apis/APIC-553/APIC-553.raml +0 -59
- package/demo/apis/APIC-554/APIC-554.raml +0 -6
- package/demo/apis/APIC-554-ii/APIC-554-ii.raml +0 -5
- package/demo/apis/APIC-560/APIC-560.yaml +0 -209
- package/demo/apis/APIC-582/APIC-582.yaml +0 -23
- package/demo/apis/APIC-613/APIC-613.raml +0 -16
- package/demo/apis/APIC-631/APIC-631.raml +0 -20
- package/demo/apis/APIC-641/APIC-641.yaml +0 -29
- package/demo/apis/APIC-649/APIC-649.yaml +0 -118
- package/demo/apis/APIC-650/APIC-650.yaml +0 -24
- package/demo/apis/APIC-650/common-parameters.yaml +0 -23
- package/demo/apis/APIC-667/APIC-667.raml +0 -30
- package/demo/apis/APIC-671/APIC-671.yaml +0 -387
- package/demo/apis/APIC-689/APIC-689.raml +0 -20
- package/demo/apis/APIC-711/APIC-711.raml +0 -41
- package/demo/apis/SE-10469/Purchase-Order-oagis-id-dd32f9c6c01048a19e15c423c9c741ae.json +0 -1383
- package/demo/apis/SE-10469/SE-10469.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-address.raml +0 -126
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-base.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-basic-questions-set.raml +0 -42
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-description.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-origin.raml +0 -24
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contact-information.raml +0 -69
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-data.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-metadata.raml +0 -243
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content.raml +0 -47
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contextual.raml +0 -18
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-currency.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-document-statistic.raml +0 -44
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-email-address.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-error.raml +0 -33
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-habit.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-language.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-log-entry.raml +0 -92
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-master-key.raml +0 -49
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-organization.raml +0 -38
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-party.raml +0 -37
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-node.raml +0 -43
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-report.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person-name.raml +0 -45
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person.raml +0 -103
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-phone.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-policyholder.raml +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-preferable.raml +0 -15
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-property.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-role.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-social-media-account.raml +0 -28
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-source.raml +0 -65
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-version.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/docs/Legal.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-error.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-get-health-check.raml +0 -16
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-performance-report.raml +0 -23
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/exchange.json +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-address.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-base.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-basic-questions-set.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-code-description.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-contact-info.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-content.raml +0 -5
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-context-and-preference.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-email.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-entity.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-error.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-habit.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-language.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-master-key.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-organization.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-party.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-performance.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person-name.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-phone.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-property.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-role.raml +0 -6
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-social-media.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-source.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-traits.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-version.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collection-actions.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collections.raml +0 -157
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-item-actions.raml +0 -48
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-items.raml +0 -154
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-get-health-check.raml +0 -39
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/security-schemes/securityScheme-basic.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-asynchronously-callable.raml +0 -12
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-filterable.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-identifyable.raml +0 -50
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-pageable.raml +0 -40
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-performance-monitorable.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-routable.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-selectable.raml +0 -140
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-sortable.raml +0 -20
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-traceable.raml +0 -24
- package/demo/apis/SE-11155/SE-11155.raml +0 -43
- package/demo/apis/SE-11155/data-types/dataType-archive-users-request.raml +0 -19
- package/demo/apis/SE-11155/data-types/dataType-archive-users-response.raml +0 -20
- package/demo/apis/SE-11155/data-types/dataType-restore-user-request.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-restore-user-response.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-user.raml +0 -53
- package/demo/apis/SE-11155/examples/user-action-restore-user-200.raml +0 -3
- package/demo/apis/SE-11155/examples/user-action-restore-user-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-action-restore-user.raml +0 -3
- package/demo/apis/SE-11155/examples/user-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-get-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-patch-200.raml +0 -14
- package/demo/apis/SE-11155/examples/user-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-patch-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/user-put-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-put-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-put-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-put.raml +0 -17
- package/demo/apis/SE-11155/examples/users-action-archive-users-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users-cds-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users.raml +0 -5
- package/demo/apis/SE-11155/examples/users-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-get-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-patch-200.raml +0 -32
- package/demo/apis/SE-11155/examples/users-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-patch-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/users-post-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-post-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-post-multi-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-post-multi.raml +0 -44
- package/demo/apis/SE-11155/examples/users-post-single-200.raml +0 -17
- package/demo/apis/SE-11155/examples/users-post-single.raml +0 -16
- package/demo/apis/SE-11155/libraries/library.raml +0 -16
- package/demo/apis/SE-11415/SE-11415.raml +0 -94
- package/demo/apis/SE-11415/canda-commons/canda-commons.raml +0 -50
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11415/ref/additions-example.json +0 -12
- package/demo/apis/SE-11415/ref/additions-schema.json +0 -43
- package/demo/apis/SE-11415/ref/companies-example.json +0 -11
- package/demo/apis/SE-11415/ref/companies-schema.json +0 -36
- package/demo/apis/SE-11415/ref/greeting-example.json +0 -4
- package/demo/apis/SE-11415/ref/greeting-schema.json +0 -22
- package/demo/apis/SE-11415/ref/greetings-example.json +0 -15
- package/demo/apis/SE-11415/ref/greetings-schema.json +0 -34
- package/demo/apis/SE-11415/ref/jms-message-response-exmaple.json +0 -7
- package/demo/apis/SE-11415/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11508/SE-11508.raml +0 -257
- package/demo/apis/SE-11508/examples/change-credentials-post-201.raml +0 -9
- package/demo/apis/SE-11508/examples/convert-aggregator-quote-post-201.raml +0 -19
- package/demo/apis/SE-11508/examples/create-quote-post-200.raml +0 -12
- package/demo/apis/SE-11508/examples/create-quote-post-201.raml +0 -8
- package/demo/apis/SE-11508/examples/create-quote-post-request.raml +0 -19
- package/demo/apis/SE-11508/examples/customer-accounts-get-200.raml +0 -41
- package/demo/apis/SE-11508/examples/customer-accounts-patch-request.raml +0 -31
- package/demo/apis/SE-11508/examples/retrieve-quotes-post-200.raml +0 -17
- package/demo/apis/SE-11508/examples/send-correspondence-post-request.raml +0 -34
- package/demo/apis/SE-11508/examples/validate-credentials-post-200.raml +0 -30
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-request.raml +0 -7
- package/demo/apis/SE-11508/examples/validate-customer-account-post-200.raml +0 -76
- package/demo/apis/SE-11508/examples/validate-customer-account-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-post-request.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/securityscheme-system/0.0.4/auth.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/api-headers-trait.raml +0 -20
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/bad-responses.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/create.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/customer-account-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/delete.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/payment.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/policy-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/read.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/common-responses.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/error.raml +0 -12
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/underwriting.raml +0 -11
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/update.raml +0 -48
- package/demo/apis/SE-11508/model-system/api-headers.raml +0 -8
- package/demo/apis/SE-11508/model-system/api-strict-headers.raml +0 -25
- package/demo/apis/SE-11508/model-system/change-credentials-type.raml +0 -11
- package/demo/apis/SE-11508/model-system/convert-aggregator-quote-types.raml +0 -25
- package/demo/apis/SE-11508/model-system/create-quote-types.raml +0 -35
- package/demo/apis/SE-11508/model-system/customer-accounts-types.raml +0 -57
- package/demo/apis/SE-11508/model-system/ping-error-messages-types.raml +0 -17
- package/demo/apis/SE-11508/model-system/ping-validate-credentials.raml +0 -16
- package/demo/apis/SE-11508/model-system/retrieve-quotes-types.raml +0 -40
- package/demo/apis/SE-12042/SE-12042.raml +0 -52
- package/demo/apis/SE-12042/dataTypes/CheckAPIStatus.raml +0 -25
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample1.raml +0 -7
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample2.raml +0 -7
- package/demo/apis/SE-12042/securitySchemes/x-clientIdSecret.raml +0 -18
- package/demo/apis/SE-12224/SE-12224.raml +0 -89
- package/demo/apis/SE-12224/dataTypes/product.raml +0 -15
- package/demo/apis/SE-12224/dataTypes/products.raml +0 -5
- package/demo/apis/SE-12224/examples/product.json +0 -8
- package/demo/apis/SE-12224/examples/products.json +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/error.raml +0 -14
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/error.json +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/innerError.json +0 -7
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/exchange.json +0 -1
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/innerError.raml +0 -20
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/orderable.raml +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/pageable.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/searchable.raml +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-aad-oauth2.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-basic-authentication.raml +0 -10
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-client-id-secret.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-mule-oauth2.raml +0 -15
- package/demo/apis/SE-12291/SE-12291.json +0 -357
- package/demo/apis/SE-12752/SE-12752.raml +0 -36
- package/demo/apis/SE-12957/SE-12957.json +0 -741
- package/demo/apis/SE-12959/SE-12959.json +0 -741
- package/demo/apis/SE-17897/SE-17897.yaml +0 -21
- package/demo/apis/SE-19215/SE-19215.raml +0 -7
- package/demo/apis/SE-19500/SE-19500.raml +0 -95
- package/demo/apis/SE-19500/docs/home.md +0 -1
- package/demo/apis/SE-19500/modules/canada-commons/canda-commons.raml +0 -64
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-example.json +0 -7
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-schema.json +0 -49
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/api.raml +0 -6
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greeting-example.json +0 -4
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greetings-example.json +0 -15
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greeting-schema.json +0 -22
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greetings-schema.json +0 -34
- package/demo/apis/SE-19500/ref/companies-example.json +0 -14
- package/demo/apis/SE-19500/ref/companies-schema.json +0 -70
- package/demo/apis/Streetlights/streetlights.yaml +0 -36
- package/demo/apis/aap-1698/aap-1698.raml +0 -26
- package/demo/apis/amf-helper-api/amf-helper-api.raml +0 -1024
- package/demo/apis/amf-helper-api/examples/comment-example.json +0 -42
- package/demo/apis/amf-helper-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/amf-helper-api/examples/commentList-example.json +0 -48
- package/demo/apis/amf-helper-api/examples/person.json +0 -14
- package/demo/apis/amf-helper-api/examples/person.raml +0 -13
- package/demo/apis/amf-helper-api/examples/person.xml +0 -14
- package/demo/apis/amf-helper-api/libraries/comment-lib.raml +0 -143
- package/demo/apis/amf-helper-api/library.raml +0 -7
- package/demo/apis/amf-helper-api/schemas/person.json +0 -104
- package/demo/apis/amf-helper-api/schemas/person.xsd +0 -26
- package/demo/apis/amf-helper-api/traits/file.raml +0 -33
- package/demo/apis/amf-helper-api/traits/pagination.raml +0 -80
- package/demo/apis/amf-helper-api/traits/results.raml +0 -19
- package/demo/apis/amf-helper-api/traits/visibility.raml +0 -14
- package/demo/apis/amf-helper-api/types/app-person.raml +0 -101
- package/demo/apis/amf-helper-api/types/dimensions.raml +0 -24
- package/demo/apis/amf-helper-api/types/external-type.raml +0 -7
- package/demo/apis/amf-helper-api/types/image.raml +0 -23
- package/demo/apis/amf-helper-api/types/product.raml +0 -52
- package/demo/apis/amf-helper-api/types/resource.raml +0 -11
- package/demo/apis/amf-helper-api/types/standard-request.raml +0 -50
- package/demo/apis/amf-helper-api/types/user.raml +0 -37
- package/demo/apis/annotated-api/annotated-api.raml +0 -82
- package/demo/apis/annotated-parameters/annotated-parameters.raml +0 -18
- package/demo/apis/anyOf/anyOf.yaml +0 -37
- package/demo/apis/api-keys/api-keys.yaml +0 -85
- package/demo/apis/apic-169/apic-169.raml +0 -28
- package/demo/apis/apic-83/apic-83.raml +0 -32
- package/demo/apis/appian-api/appian-api.raml +0 -184
- package/demo/apis/array-body/array-body.raml +0 -23
- package/demo/apis/async-api/async-api.yaml +0 -96
- package/demo/apis/demo-api/demo-api.raml +0 -1425
- package/demo/apis/demo-api/examples/e400.xml +0 -4
- package/demo/apis/demo-api/examples/e401.xml +0 -4
- package/demo/apis/demo-api/examples/e404.xml +0 -4
- package/demo/apis/demo-api/examples/image.xml +0 -5
- package/demo/apis/demo-api/examples/messages-example.json +0 -22
- package/demo/apis/demo-api/examples/messages-sent-example.json +0 -15
- package/demo/apis/demo-api/examples/person.json +0 -14
- package/demo/apis/demo-api/examples/person.raml +0 -14
- package/demo/apis/demo-api/examples/person.url.encoded +0 -1
- package/demo/apis/demo-api/examples/person.xml +0 -14
- package/demo/apis/demo-api/examples/product.xml +0 -9
- package/demo/apis/demo-api/library/demo-types.raml +0 -44
- package/demo/apis/demo-api/library.raml +0 -36
- package/demo/apis/demo-api/resourceTypes/app-person.raml +0 -111
- package/demo/apis/demo-api/resourceTypes/example-types.raml +0 -45
- package/demo/apis/demo-api/resourceTypes/image.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-sent-type.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-type.raml +0 -33
- package/demo/apis/demo-api/resourceTypes/product.raml +0 -52
- package/demo/apis/demo-api/resourceTypes/resource.raml +0 -11
- package/demo/apis/demo-api/schemas/error-response.xsd +0 -11
- package/demo/apis/demo-api/schemas/image.xsd +0 -11
- package/demo/apis/demo-api/schemas/person.json +0 -104
- package/demo/apis/demo-api/schemas/person.xsd +0 -26
- package/demo/apis/demo-api/schemas/product.xsd +0 -17
- package/demo/apis/demo-api/securitySchemes/basic.raml +0 -5
- package/demo/apis/demo-api/securitySchemes/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/demo-api/securitySchemes/oauth2-header-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-no-delivery.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth2-no-grants.raml +0 -12
- package/demo/apis/demo-api/securitySchemes/oauth2-pkce.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-query-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth_1_0.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_signature.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_2_0.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/passthrough-querystring.raml +0 -16
- package/demo/apis/demo-api/securitySchemes/passthrough.raml +0 -24
- package/demo/apis/demo-api/securitySchemes/x-custom.raml +0 -33
- package/demo/apis/demo-api/securitySchemes/x-other.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/x-query-string.raml +0 -16
- package/demo/apis/demo-api/traits/adminable.raml +0 -23
- package/demo/apis/demo-api/traits/pagination.raml +0 -83
- package/demo/apis/demo-api/traits/rate-limited.raml +0 -9
- package/demo/apis/demo-api/types/DemoPerson.raml +0 -67
- package/demo/apis/demo-document/demo-document.raml +0 -21
- package/demo/apis/documentation-fragment/documentation-fragment.raml +0 -76
- package/demo/apis/documented-api/documented-api.raml +0 -29
- package/demo/apis/enum-test/enum-test.raml +0 -64
- package/demo/apis/example-fragment/example-fragment.raml +0 -8
- package/demo/apis/examples-api/Address-1.0.raml +0 -75
- package/demo/apis/examples-api/CompanyIdentification-1.0.raml +0 -48
- package/demo/apis/examples-api/CompanyProfile-1.0.raml +0 -14
- package/demo/apis/examples-api/CompanyProfileBase-1.0.raml +0 -48
- package/demo/apis/examples-api/contact-email-example.raml +0 -6
- package/demo/apis/examples-api/contact-example.raml +0 -7
- package/demo/apis/examples-api/contact-fax-example.raml +0 -7
- package/demo/apis/examples-api/contact-website-example.raml +0 -4
- package/demo/apis/examples-api/example-1.raml +0 -7
- package/demo/apis/examples-api/example-2.raml +0 -12
- package/demo/apis/examples-api/example-3.raml +0 -5
- package/demo/apis/examples-api/example-4.raml +0 -3
- package/demo/apis/examples-api/example-5.raml +0 -5
- package/demo/apis/examples-api/example-6.raml +0 -3
- package/demo/apis/examples-api/example-7.raml +0 -7
- package/demo/apis/examples-api/example.json +0 -14
- package/demo/apis/examples-api/example.xml +0 -15
- package/demo/apis/examples-api/example.xsd +0 -26
- package/demo/apis/examples-api/examples/Address_BE_Example-1.0.raml +0 -10
- package/demo/apis/examples-api/examples/Address_GB_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Address_NL_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Addresses_BE_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/Addresses_GB_Example-1.0.raml +0 -9
- package/demo/apis/examples-api/examples/Addresses_NL_Example-1.0.raml +0 -17
- package/demo/apis/examples-api/examples/CompanyIdentification_BE_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_GB_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_BranchId_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_GY-Holding_Example-1.0.raml +0 -6
- package/demo/apis/examples-api/examples/CompanyLegalForm_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyProfile_BE_Example-1.0.raml +0 -14
- package/demo/apis/examples-api/examples/CompanyProfile_GB_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/CompanyProfile_NL_Example-1.0.raml +0 -12
- package/demo/apis/examples-api/examples/Company_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples-api.raml +0 -313
- package/demo/apis/examples-api/linked-named-example.raml +0 -22
- package/demo/apis/examples-api/named-example-with-link.raml +0 -3
- package/demo/apis/examples-api/named-example.raml +0 -7
- package/demo/apis/examples-api/type-with-linked-examples.raml +0 -15
- package/demo/apis/examples-api/user-json-example.raml +0 -17
- package/demo/apis/examples-api/user-raml-example.raml +0 -37
- package/demo/apis/examples-api/user.json +0 -8
- package/demo/apis/examples-api/user.raml +0 -18
- package/demo/apis/examples-api/users-json-example.raml +0 -17
- package/demo/apis/examples-api/users-raml-example.raml +0 -32
- package/demo/apis/examples-api/users.json +0 -8
- package/demo/apis/expanded-api/expanded-api.raml +0 -8
- package/demo/apis/ext-docs/ext-docs.yaml +0 -15
- package/demo/apis/flattened-api/flattened-api.raml +0 -8
- package/demo/apis/google-drive-api/docs/api/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/search-for-file.md +0 -176
- package/demo/apis/google-drive-api/docs/upload-files.md +0 -268
- package/demo/apis/google-drive-api/docs/uploadApi/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/work-with-folders.md +0 -307
- package/demo/apis/google-drive-api/examples/about-example.json +0 -470
- package/demo/apis/google-drive-api/examples/app-example.json +0 -100
- package/demo/apis/google-drive-api/examples/app-list-example.json +0 -108
- package/demo/apis/google-drive-api/examples/change-example.json +0 -91
- package/demo/apis/google-drive-api/examples/changeList-example.json +0 -351
- package/demo/apis/google-drive-api/examples/channel-example.json +0 -8
- package/demo/apis/google-drive-api/examples/childList-example.json +0 -15
- package/demo/apis/google-drive-api/examples/childReference-example.json +0 -6
- package/demo/apis/google-drive-api/examples/comment-example.json +0 -42
- package/demo/apis/google-drive-api/examples/comment-reply-update-response.json +0 -18
- package/demo/apis/google-drive-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/google-drive-api/examples/commentList-example.json +0 -48
- package/demo/apis/google-drive-api/examples/commentReply-example.json +0 -17
- package/demo/apis/google-drive-api/examples/commentReplyList-example.json +0 -21
- package/demo/apis/google-drive-api/examples/commentReplyRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/file-example.json +0 -92
- package/demo/apis/google-drive-api/examples/fileList-example.json +0 -98
- package/demo/apis/google-drive-api/examples/newFileRequest-example.json +0 -29
- package/demo/apis/google-drive-api/examples/parentList-example.json +0 -14
- package/demo/apis/google-drive-api/examples/parentReference-example.json +0 -7
- package/demo/apis/google-drive-api/examples/permission-example.json +0 -18
- package/demo/apis/google-drive-api/examples/permissionId-example.json +0 -4
- package/demo/apis/google-drive-api/examples/permissionList-example.json +0 -17
- package/demo/apis/google-drive-api/examples/permissionRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/permissionUpdateRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/property-example.json +0 -8
- package/demo/apis/google-drive-api/examples/propertyList-example.json +0 -13
- package/demo/apis/google-drive-api/examples/revision-example.json +0 -30
- package/demo/apis/google-drive-api/examples/revisionList-example.json +0 -35
- package/demo/apis/google-drive-api/examples/revisionUpdateRequest-example.json +0 -6
- package/demo/apis/google-drive-api/examples/stopWatchingRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/watchRequest-example.json +0 -7
- package/demo/apis/google-drive-api/google-drive-api.raml +0 -1118
- package/demo/apis/google-drive-api/libraries/about-lib.raml +0 -121
- package/demo/apis/google-drive-api/libraries/annotations.raml +0 -4
- package/demo/apis/google-drive-api/libraries/app-lib.raml +0 -134
- package/demo/apis/google-drive-api/libraries/child-lib.raml +0 -53
- package/demo/apis/google-drive-api/libraries/comment-lib.raml +0 -145
- package/demo/apis/google-drive-api/libraries/file-lib.raml +0 -517
- package/demo/apis/google-drive-api/libraries/parent-lib.raml +0 -52
- package/demo/apis/google-drive-api/libraries/permission-lib.raml +0 -146
- package/demo/apis/google-drive-api/libraries/properties-lib.raml +0 -44
- package/demo/apis/google-drive-api/libraries/revision-lib.raml +0 -116
- package/demo/apis/google-drive-api/libraries/watch-lib.raml +0 -128
- package/demo/apis/google-drive-api/securitySchemes/oauth_2_0.raml +0 -25
- package/demo/apis/google-drive-api/traits/file.raml +0 -33
- package/demo/apis/google-drive-api/traits/results.raml +0 -19
- package/demo/apis/google-drive-api/traits/visibility.raml +0 -17
- package/demo/apis/google-drive-api/types/additional-role-info.raml +0 -12
- package/demo/apis/google-drive-api/types/channels-stop.raml +0 -11
- package/demo/apis/google-drive-api/types/export-format.raml +0 -11
- package/demo/apis/google-drive-api/types/feature.raml +0 -11
- package/demo/apis/google-drive-api/types/file-capabilities.raml +0 -69
- package/demo/apis/google-drive-api/types/file-labels.raml +0 -35
- package/demo/apis/google-drive-api/types/icon.raml +0 -25
- package/demo/apis/google-drive-api/types/import-format.raml +0 -11
- package/demo/apis/google-drive-api/types/new-drive-file.raml +0 -48
- package/demo/apis/google-drive-api/types/owners.raml +0 -32
- package/demo/apis/google-drive-api/types/picture.raml +0 -9
- package/demo/apis/google-drive-api/types/property.raml +0 -25
- package/demo/apis/google-drive-api/types/resource.raml +0 -28
- package/demo/apis/google-drive-api/types/role-set.raml +0 -11
- package/demo/apis/google-drive-api/types/service-quota.raml +0 -10
- package/demo/apis/google-drive-api/types/standard-request.raml +0 -51
- package/demo/apis/google-drive-api/types/team-drive-list.raml +0 -18
- package/demo/apis/google-drive-api/types/team-drive.raml +0 -59
- package/demo/apis/google-drive-api/types/thumbnail.raml +0 -14
- package/demo/apis/google-drive-api/types/upload-size.raml +0 -12
- package/demo/apis/google-drive-api/types/user.raml +0 -37
- package/demo/apis/httpbin/httpbin.json +0 -1836
- package/demo/apis/lib-fragment/lib-fragment.raml +0 -55
- package/demo/apis/loan-ms/loan-microservice.json +0 -699
- package/demo/apis/missing-endpoints/missing-endpoints.raml +0 -34
- package/demo/apis/mocking-service/mocking-service.raml +0 -149
- package/demo/apis/modular-api/models/ecommerce-canonical.raml +0 -89
- package/demo/apis/modular-api/models/ecommerce.raml +0 -36
- package/demo/apis/modular-api/models/things.raml +0 -32
- package/demo/apis/modular-api/modular-api.raml +0 -12
- package/demo/apis/multi-server/multi-server.yaml +0 -128
- package/demo/apis/multiple-servers/multiple-servers.yaml +0 -112
- package/demo/apis/navigation-api/library.raml +0 -7
- package/demo/apis/navigation-api/navigation-api.raml +0 -357
- package/demo/apis/navigation-api/types/app-person.raml +0 -101
- package/demo/apis/navigation-api/types/image.raml +0 -23
- package/demo/apis/navigation-api/types/product.raml +0 -52
- package/demo/apis/navigation-api/types/resource.raml +0 -11
- package/demo/apis/new-oas3-types/new-oas3-types.yaml +0 -84
- package/demo/apis/nexmo-sms-api/nexmo-sms-api.raml +0 -488
- package/demo/apis/no-endpoints/no-endpoints.raml +0 -14
- package/demo/apis/no-server/no-server.raml +0 -27
- package/demo/apis/no-servers-api/no-servers-api.yaml +0 -31
- package/demo/apis/not-schema/not-schema.yaml +0 -38
- package/demo/apis/oas-3-api/oas-3-api.yaml +0 -356
- package/demo/apis/oas-api/LoanMicrosrvice.yaml +0 -339
- package/demo/apis/oas-api/Petstore-v2.yaml +0 -144
- package/demo/apis/oas-api/Petstore.raml +0 -106
- package/demo/apis/oas-api/UBER.raml +0 -274
- package/demo/apis/oas-api/UBER.yaml +0 -272
- package/demo/apis/oas-api/petstore-expanded.raml +0 -141
- package/demo/apis/oas-api/petstore-expanded.yaml +0 -139
- package/demo/apis/oas-api/read-only-properties.yaml +0 -42
- package/demo/apis/oas-bearer/oas-bearer.yaml +0 -45
- package/demo/apis/oas-callbacks/oas-callbacks.yaml +0 -150
- package/demo/apis/oas-demo/oas-demo.yaml +0 -94
- package/demo/apis/oauth-flows/oauth-flows.yaml +0 -61
- package/demo/apis/oauth-pkce/oauth-2-pkce.raml +0 -33
- package/demo/apis/oauth-pkce/oauth-pkce.raml +0 -22
- package/demo/apis/oauth1-fragment/oauth1-fragment.raml +0 -7
- package/demo/apis/oauth2-fragment/oauth2-fragment.raml +0 -30
- package/demo/apis/petstore/petstore.yaml +0 -954
- package/demo/apis/prevent-xss/prevent-xss.json +0 -20
- package/demo/apis/rearrange-api/rearrange-api.raml +0 -32
- package/demo/apis/secured-api/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/secured-api/oauth2-header-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth2-no-delivery.raml +0 -8
- package/demo/apis/secured-api/oauth2-no-grants.raml +0 -12
- package/demo/apis/secured-api/oauth2-pkce.raml +0 -13
- package/demo/apis/secured-api/oauth2-query-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth_1_0.raml +0 -8
- package/demo/apis/secured-api/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/secured-api/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/secured-api/oauth_1_0_signature.raml +0 -8
- package/demo/apis/secured-api/passthrough-querystring.raml +0 -16
- package/demo/apis/secured-api/passthrough.raml +0 -24
- package/demo/apis/secured-api/secured-api.raml +0 -231
- package/demo/apis/secured-api/x-custom.raml +0 -33
- package/demo/apis/secured-api/x-other.raml +0 -29
- package/demo/apis/secured-api/x-query-string.raml +0 -16
- package/demo/apis/secured-unions/secured-unions.yaml +0 -95
- package/demo/apis/security-api/oauth-2-custom-settings.raml +0 -154
- package/demo/apis/security-api/readme.md +0 -1
- package/demo/apis/security-api/security/basic.raml +0 -13
- package/demo/apis/security-api/security/digest.raml +0 -5
- package/demo/apis/security-api/security/oauth_1_0.raml +0 -27
- package/demo/apis/security-api/security/oauth_2_0.raml +0 -30
- package/demo/apis/security-api/security/oauth_2_0_no_scopes.raml +0 -29
- package/demo/apis/security-api/security/other-oauth_1_0.raml +0 -29
- package/demo/apis/security-api/security/passthrough.raml +0 -12
- package/demo/apis/security-api/security/x-custom.raml +0 -26
- package/demo/apis/security-api/security/x-other.raml +0 -29
- package/demo/apis/security-api/security-api.raml +0 -89
- package/demo/apis/servers-api/servers-api.yaml +0 -80
- package/demo/apis/simple-api/simple-api.raml +0 -12
- package/demo/apis/steveTest-1/exchange.json +0 -6
- package/demo/apis/steveTest-1/schemas/schema-termsConditionsAccept.json +0 -43
- package/demo/apis/steveTest-1/schemas_response/schema-termsConditionsAccept-Get.json +0 -24
- package/demo/apis/steveTest-1/stevetest.json +0 -167
- package/demo/apis/steveTest-1/traits/response-errors.json +0 -123
- package/demo/apis/steveTest-1/traits/schema-response-errors.json +0 -35
- package/demo/apis/streetlights2/streetlights2.yaml +0 -213
- package/demo/apis/tracked-examples/datatypes/employee.raml +0 -5
- package/demo/apis/tracked-examples/examples/employee.raml +0 -4
- package/demo/apis/tracked-examples/examples/employees.raml +0 -8
- package/demo/apis/tracked-examples/tracked-to-linked.raml +0 -28
- package/demo/apis/type-fragment/type-fragment.raml +0 -96
- package/demo/apis/types-list/exchange.json +0 -1
- package/demo/apis/types-list/library.raml +0 -7
- package/demo/apis/types-list/typeFromDataTypeFile.raml +0 -6
- package/demo/apis/types-list/types-list.raml +0 -38
- package/demo/apis/unordered-endpoints/unordered-endpoints.raml +0 -11
- package/demo/lib/DemoBindings.ts +0 -38
- package/demo/lib/amf/AmfPartialGraphStore.ts +0 -305
- package/demo/lib/amf/AmfPartialModel.ts +0 -690
- package/demo/lib/amf/ApiExamples.ts +0 -3270
- package/demo/lib/io/ApiStore.ts +0 -16
- package/demo/lib/io/SharedWorkerThread.ts +0 -31
- package/demo/lib/io/main.ts +0 -23
- package/demo/model.js +0 -203
- package/demo/store/IpAddress.js +0 -15
- package/demo/store/StorePlugin.js +0 -18
- package/demo/stores.md +0 -5
- package/dev/amf-server/AmfParser.js +0 -144
- package/dev/amf-server/AmfService.js +0 -136
- package/dev/amf-server/ApiError.js +0 -10
- package/dev/amf-server/ParserProcess.js +0 -101
- package/dev/amf-server/api.js +0 -146
- package/dev/types.d.ts +0 -28
- package/src/amf/lib/AmfInputParser.ts +0 -254
- package/src/amf/lib/AmfParameters.ts +0 -814
- package/src/amf/lib/AmfSecurity.ts +0 -45
- package/src/amf/lib/InputCache.ts +0 -100
- package/src/amf/lib/Oauth2RamlCustomData.ts +0 -265
- package/src/amf/lib/PayloadUtils.ts +0 -87
- package/src/amf/lib/QueryParameterProcessor.ts +0 -186
- package/src/amf/lib/UrlUtils.ts +0 -213
- package/src/amf/lib/Utils.ts +0 -220
- package/src/amf/lib/navigation-layout/ApiSorting.ts +0 -20
- package/src/amf/lib/navigation-layout/EndpointsTree.ts +0 -189
- package/src/amf/lib/navigation-layout/NaturalTree.ts +0 -100
- package/src/amf/plugins/ApiNavigationCommands.ts +0 -73
- package/src/amf/plugins/ApiNavigationContextMenu.ts +0 -43
- package/src/amf/store/AmfGraphStore.ts +0 -69
- package/src/amf/store/AmfStore.ts +0 -216
- package/src/amf/store/DomEventsAmfStore.ts +0 -4
- package/src/amf/store/InMemAmfGraphStore.ts +0 -630
- package/src/amf/store/Readme.md +0 -40
- package/src/amf/store/mixins/AmfStoreDomEventsMixin.ts +0 -132
- package/src/amf/types.ts +0 -359
- package/src/define/amf/api-annotation-document.ts +0 -14
- package/src/define/amf/api-authorization-editor.ts +0 -14
- package/src/define/amf/api-channel-document.ts +0 -14
- package/src/define/amf/api-documentation-document.ts +0 -14
- package/src/define/amf/api-documentation.ts +0 -14
- package/src/define/amf/api-navigation.ts +0 -14
- package/src/define/amf/api-operation-document.ts +0 -14
- package/src/define/amf/api-parameter-document.ts +0 -14
- package/src/define/amf/api-parametrized-security-scheme.ts +0 -14
- package/src/define/amf/api-payload-document.ts +0 -14
- package/src/define/amf/api-request-document.ts +0 -14
- package/src/define/amf/api-request-editor.ts +0 -14
- package/src/define/amf/api-request.ts +0 -14
- package/src/define/amf/api-resource-document.ts +0 -14
- package/src/define/amf/api-response-document.ts +0 -14
- package/src/define/amf/api-schema-document.ts +0 -14
- package/src/define/amf/api-security-document.ts +0 -14
- package/src/define/amf/api-security-requirement-document.ts +0 -14
- package/src/define/amf/api-server-picker.ts +0 -14
- package/src/define/amf/api-summary.ts +0 -14
- package/src/define/amf/authorization/amf-apikey-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-basic-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-bearer-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-oauth2-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-oidc-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-passthrough-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-ramlcustom-authorization.ts +0 -15
- package/src/elements/amf/ApiAnnotationDocument.element.ts +0 -181
- package/src/elements/amf/ApiAnnotationDocument.styles.ts +0 -46
- package/src/elements/amf/ApiAuthorizationEditor.element.ts +0 -364
- package/src/elements/amf/ApiAuthorizationEditor.styles.ts +0 -25
- package/src/elements/amf/ApiChannelDocument.element.ts +0 -89
- package/src/elements/amf/ApiDocumentation.element.ts +0 -642
- package/src/elements/amf/ApiDocumentation.styles.ts +0 -11
- package/src/elements/amf/ApiDocumentationBase.ts +0 -296
- package/src/elements/amf/ApiDocumentationDocument.element.ts +0 -85
- package/src/elements/amf/ApiDocumentationDocument.styles.ts +0 -32
- package/src/elements/amf/ApiNavigation.element.ts +0 -2285
- package/src/elements/amf/ApiNavigation.styles.ts +0 -159
- package/src/elements/amf/ApiOperationDocument.element.ts +0 -978
- package/src/elements/amf/ApiOperationDocument.styles.ts +0 -67
- package/src/elements/amf/ApiParameterDocument.element.ts +0 -105
- package/src/elements/amf/ApiParameterDocument.styles.ts +0 -15
- package/src/elements/amf/ApiParametrizedSecurityScheme.element.ts +0 -72
- package/src/elements/amf/ApiParametrizedSecurityScheme.styles.ts +0 -4
- package/src/elements/amf/ApiPayloadDocument.element.ts +0 -128
- package/src/elements/amf/ApiPayloadDocument.styles.ts +0 -15
- package/src/elements/amf/ApiRequest.element.ts +0 -260
- package/src/elements/amf/ApiRequest.styles.ts +0 -11
- package/src/elements/amf/ApiRequestDocument.element.ts +0 -388
- package/src/elements/amf/ApiRequestDocument.styles.ts +0 -13
- package/src/elements/amf/ApiRequestEditor.element.ts +0 -1773
- package/src/elements/amf/ApiRequestEditor.styles.ts +0 -160
- package/src/elements/amf/ApiResourceDocument.element.ts +0 -682
- package/src/elements/amf/ApiResourceDocument.styles.ts +0 -91
- package/src/elements/amf/ApiResponseDocument.element.ts +0 -290
- package/src/elements/amf/ApiResponseDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSchemaDocument.element.ts +0 -786
- package/src/elements/amf/ApiSchemaDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSecurityDocument.element.ts +0 -607
- package/src/elements/amf/ApiSecurityDocument.styles.ts +0 -89
- package/src/elements/amf/ApiSecurityRequirementDocument.element.ts +0 -72
- package/src/elements/amf/ApiSecurityRequirementDocument.styles.ts +0 -7
- package/src/elements/amf/ApiServerPicker.element.ts +0 -690
- package/src/elements/amf/ApiServerPicker.styles.ts +0 -25
- package/src/elements/amf/ApiSummary.element.ts +0 -387
- package/src/elements/amf/ApiSummary.styles.ts +0 -192
- package/src/elements/amf/SchemaCommonTemplates.ts +0 -563
- package/src/elements/amf/authorization/AmfApiKey.ts +0 -250
- package/src/elements/amf/authorization/AmfBasic.ts +0 -77
- package/src/elements/amf/authorization/AmfBearer.ts +0 -63
- package/src/elements/amf/authorization/AmfOauth2.ts +0 -830
- package/src/elements/amf/authorization/AmfOidc.ts +0 -66
- package/src/elements/amf/authorization/AmfPassThrough.ts +0 -261
- package/src/elements/amf/authorization/AmfRamlCustom.ts +0 -291
- package/src/elements/amf/authorization/Authorization.styles.ts +0 -40
- package/src/elements/amf/styles/AuthorizationMethod.ts +0 -46
- package/src/elements/amf/styles/Common.ts +0 -150
- package/src/elements/amf/styles/SchemaCommon.ts +0 -376
- package/src/events/amf/ApiEvents.ts +0 -47
- package/src/events/amf/BaseEvents.ts +0 -96
- package/src/events/amf/DocumentationEvents.ts +0 -29
- package/src/events/amf/EndpointEvents.ts +0 -37
- package/src/events/amf/EventTypes.ts +0 -64
- package/src/events/amf/Events.ts +0 -39
- package/src/events/amf/NavigationEvents.ts +0 -86
- package/src/events/amf/OperationEvents.ts +0 -29
- package/src/events/amf/PayloadEvents.ts +0 -18
- package/src/events/amf/ReportingEvents.ts +0 -28
- package/src/events/amf/RequestEvents.ts +0 -16
- package/src/events/amf/ResponseEvents.ts +0 -18
- package/src/events/amf/SecurityEvents.ts +0 -60
- package/src/events/amf/ServerEvents.ts +0 -94
- package/src/events/amf/StoreEvents.ts +0 -16
- package/src/events/amf/TelemetryEvents.ts +0 -115
- package/src/events/amf/TypeEvents.ts +0 -28
- package/test/amf/AmfLoader.ts +0 -575
- package/test/amf/MonacoSetup.ts +0 -63
- package/test/amf/authorization/ApiAuthorizationEditorElement.oas.test.ts +0 -253
- package/test/amf/authorization/ApiAuthorizationEditorElement.raml.test.ts +0 -477
- package/test/amf/authorization/ApiKeyMethod.test.ts +0 -160
- package/test/amf/authorization/CustomMethod.test.ts +0 -306
- package/test/amf/authorization/OAuth2-21143.test.ts +0 -40
- package/test/amf/authorization/OAuth2-flows.test.ts +0 -99
- package/test/amf/authorization/OAuth2-pkce.test.ts +0 -39
- package/test/amf/authorization/OAuth2Method.test.ts +0 -369
- package/test/amf/authorization/PassThroughMethod.test.ts +0 -180
- package/test/amf/elements/ApiAnnotationDocumentElement.test.ts +0 -123
- package/test/amf/elements/ApiDocumentationDocumentElement.test.ts +0 -153
- package/test/amf/elements/ApiDocumentationElement.test.ts +0 -680
- package/test/amf/elements/ApiOperationDocumentElement.test.ts +0 -753
- package/test/amf/elements/ApiRequestDocumentElement.test.ts +0 -165
- package/test/amf/elements/ApiResourceDocumentElement.test.ts +0 -320
- package/test/amf/elements/ApiResponseDocumentElement.test.ts +0 -288
- package/test/amf/elements/ApiSchemaDocumentElement.test.ts +0 -934
- package/test/amf/elements/ApiSecurityDocumentElement.test.ts +0 -667
- package/test/amf/elements/ApiSecurityRequirementDocumentElement.test.ts +0 -58
- package/test/amf/elements/ApiServerPickerElement.test.ts +0 -960
- package/test/amf/elements/ApiSummaryElement.test.ts +0 -485
- package/test/amf/elements/SE-12957.test.ts +0 -49
- package/test/amf/events/ApiEvents.test.ts +0 -32
- package/test/amf/events/EndpointEvents.test.ts +0 -94
- package/test/amf/events/EventHelper.ts +0 -11
- package/test/amf/events/EventTypes.test.ts +0 -241
- package/test/amf/events/NavigationEvents.test.ts +0 -58
- package/test/amf/events/ReportingEvents.test.ts +0 -53
- package/test/amf/events/StoreEvents.test.ts +0 -21
- package/test/amf/events/TelemetryEvents.test.ts +0 -202
- package/test/amf/http-request/APIC-289.test.ts +0 -66
- package/test/amf/http-request/APIC-298.test.ts +0 -49
- package/test/amf/http-request/APIC-689.test.ts +0 -45
- package/test/amf/http-request/ApiRequestEditorElement.test.ts +0 -1472
- package/test/amf/http-request/ApiRequestElement.test.ts +0 -39
- package/test/amf/http-request/SE-12042.test.ts +0 -56
- package/test/amf/http-request/SE-12957.test.ts +0 -80
- package/test/amf/http-request/server.ts +0 -154
- package/test/amf/lib/UrlUtils.test.ts +0 -324
- package/test/amf/navigation/ApiNavigationElement.test.ts +0 -1464
- package/test/amf/navigation/documentation-fragment.test.ts +0 -77
- package/test/amf/navigation/security-fragment.test.ts +0 -77
- package/test/amf/navigation/type-fragment.test.ts +0 -77
- package/tsconfig.browser.json +0 -40
- package/tsconfig.testing.json +0 -39
- package/wds-demo.config.js +0 -49
- /package/demo/{elements/md → md}/DemoStyles.ts +0 -0
- /package/demo/{elements/md → md}/chip/pawel6c9a.jpg +0 -0
|
@@ -1,1836 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemes": [
|
|
3
|
-
"https"
|
|
4
|
-
],
|
|
5
|
-
"swagger": "2.0",
|
|
6
|
-
"basePath": "/",
|
|
7
|
-
"definitions": {},
|
|
8
|
-
"host": "httpbin.org",
|
|
9
|
-
"info": {
|
|
10
|
-
"contact": {
|
|
11
|
-
"email": "me@kennethreitz.org",
|
|
12
|
-
"url": "https://kennethreitz.org"
|
|
13
|
-
},
|
|
14
|
-
"description": "A simple HTTP Request & Response Service.<br/> <br/> <b>Run locally: </b> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>",
|
|
15
|
-
"title": "httpbin.org",
|
|
16
|
-
"version": "0.9.3"
|
|
17
|
-
},
|
|
18
|
-
"paths": {
|
|
19
|
-
"/absolute-redirect/{n}": {
|
|
20
|
-
"get": {
|
|
21
|
-
"parameters": [
|
|
22
|
-
{
|
|
23
|
-
"in": "path",
|
|
24
|
-
"name": "n",
|
|
25
|
-
"type": "integer",
|
|
26
|
-
"required": true
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"produces": [
|
|
30
|
-
"text/html"
|
|
31
|
-
],
|
|
32
|
-
"responses": {
|
|
33
|
-
"302": {
|
|
34
|
-
"description": "A redirection."
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"summary": "Absolutely 302 Redirects n times.",
|
|
38
|
-
"tags": [
|
|
39
|
-
"Redirects"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"/anything": {
|
|
44
|
-
"delete": {
|
|
45
|
-
"produces": [
|
|
46
|
-
"application/json"
|
|
47
|
-
],
|
|
48
|
-
"responses": {
|
|
49
|
-
"200": {
|
|
50
|
-
"description": "Anything passed in request"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"summary": "Returns anything passed in request data.",
|
|
54
|
-
"tags": [
|
|
55
|
-
"Anything"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"get": {
|
|
59
|
-
"produces": [
|
|
60
|
-
"application/json"
|
|
61
|
-
],
|
|
62
|
-
"responses": {
|
|
63
|
-
"200": {
|
|
64
|
-
"description": "Anything passed in request"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"summary": "Returns anything passed in request data.",
|
|
68
|
-
"tags": [
|
|
69
|
-
"Anything"
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
"patch": {
|
|
73
|
-
"produces": [
|
|
74
|
-
"application/json"
|
|
75
|
-
],
|
|
76
|
-
"responses": {
|
|
77
|
-
"200": {
|
|
78
|
-
"description": "Anything passed in request"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"summary": "Returns anything passed in request data.",
|
|
82
|
-
"tags": [
|
|
83
|
-
"Anything"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
"post": {
|
|
87
|
-
"produces": [
|
|
88
|
-
"application/json"
|
|
89
|
-
],
|
|
90
|
-
"responses": {
|
|
91
|
-
"200": {
|
|
92
|
-
"description": "Anything passed in request"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
"summary": "Returns anything passed in request data.",
|
|
96
|
-
"tags": [
|
|
97
|
-
"Anything"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
"put": {
|
|
101
|
-
"produces": [
|
|
102
|
-
"application/json"
|
|
103
|
-
],
|
|
104
|
-
"responses": {
|
|
105
|
-
"200": {
|
|
106
|
-
"description": "Anything passed in request"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"summary": "Returns anything passed in request data.",
|
|
110
|
-
"tags": [
|
|
111
|
-
"Anything"
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
"trace": {
|
|
115
|
-
"produces": [
|
|
116
|
-
"application/json"
|
|
117
|
-
],
|
|
118
|
-
"responses": {
|
|
119
|
-
"200": {
|
|
120
|
-
"description": "Anything passed in request"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"summary": "Returns anything passed in request data.",
|
|
124
|
-
"tags": [
|
|
125
|
-
"Anything"
|
|
126
|
-
]
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
"/anything/{anything}": {
|
|
130
|
-
"delete": {
|
|
131
|
-
"produces": [
|
|
132
|
-
"application/json"
|
|
133
|
-
],
|
|
134
|
-
"responses": {
|
|
135
|
-
"200": {
|
|
136
|
-
"description": "Anything passed in request"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"summary": "Returns anything passed in request data.",
|
|
140
|
-
"tags": [
|
|
141
|
-
"Anything"
|
|
142
|
-
]
|
|
143
|
-
},
|
|
144
|
-
"get": {
|
|
145
|
-
"produces": [
|
|
146
|
-
"application/json"
|
|
147
|
-
],
|
|
148
|
-
"responses": {
|
|
149
|
-
"200": {
|
|
150
|
-
"description": "Anything passed in request"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"summary": "Returns anything passed in request data.",
|
|
154
|
-
"tags": [
|
|
155
|
-
"Anything"
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
|
-
"patch": {
|
|
159
|
-
"produces": [
|
|
160
|
-
"application/json"
|
|
161
|
-
],
|
|
162
|
-
"responses": {
|
|
163
|
-
"200": {
|
|
164
|
-
"description": "Anything passed in request"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"summary": "Returns anything passed in request data.",
|
|
168
|
-
"tags": [
|
|
169
|
-
"Anything"
|
|
170
|
-
]
|
|
171
|
-
},
|
|
172
|
-
"post": {
|
|
173
|
-
"produces": [
|
|
174
|
-
"application/json"
|
|
175
|
-
],
|
|
176
|
-
"responses": {
|
|
177
|
-
"200": {
|
|
178
|
-
"description": "Anything passed in request"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"summary": "Returns anything passed in request data.",
|
|
182
|
-
"tags": [
|
|
183
|
-
"Anything"
|
|
184
|
-
]
|
|
185
|
-
},
|
|
186
|
-
"put": {
|
|
187
|
-
"produces": [
|
|
188
|
-
"application/json"
|
|
189
|
-
],
|
|
190
|
-
"responses": {
|
|
191
|
-
"200": {
|
|
192
|
-
"description": "Anything passed in request"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"summary": "Returns anything passed in request data.",
|
|
196
|
-
"tags": [
|
|
197
|
-
"Anything"
|
|
198
|
-
]
|
|
199
|
-
},
|
|
200
|
-
"trace": {
|
|
201
|
-
"produces": [
|
|
202
|
-
"application/json"
|
|
203
|
-
],
|
|
204
|
-
"responses": {
|
|
205
|
-
"200": {
|
|
206
|
-
"description": "Anything passed in request"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"summary": "Returns anything passed in request data.",
|
|
210
|
-
"tags": [
|
|
211
|
-
"Anything"
|
|
212
|
-
]
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"/base64/{value}": {
|
|
216
|
-
"get": {
|
|
217
|
-
"parameters": [
|
|
218
|
-
{
|
|
219
|
-
"default": "SFRUUEJJTiBpcyBhd2Vzb21l",
|
|
220
|
-
"in": "path",
|
|
221
|
-
"name": "value",
|
|
222
|
-
"type": "string",
|
|
223
|
-
"required": true
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"produces": [
|
|
227
|
-
"text/html"
|
|
228
|
-
],
|
|
229
|
-
"responses": {
|
|
230
|
-
"200": {
|
|
231
|
-
"description": "Decoded base64 content."
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
"summary": "Decodes base64url-encoded string.",
|
|
235
|
-
"tags": [
|
|
236
|
-
"Dynamic data"
|
|
237
|
-
]
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
"/basic-auth/{user}/{passwd}": {
|
|
241
|
-
"get": {
|
|
242
|
-
"parameters": [
|
|
243
|
-
{
|
|
244
|
-
"in": "path",
|
|
245
|
-
"name": "user",
|
|
246
|
-
"type": "string",
|
|
247
|
-
"required": true
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"in": "path",
|
|
251
|
-
"name": "passwd",
|
|
252
|
-
"type": "string",
|
|
253
|
-
"required": true
|
|
254
|
-
}
|
|
255
|
-
],
|
|
256
|
-
"produces": [
|
|
257
|
-
"application/json"
|
|
258
|
-
],
|
|
259
|
-
"responses": {
|
|
260
|
-
"200": {
|
|
261
|
-
"description": "Successful authentication."
|
|
262
|
-
},
|
|
263
|
-
"401": {
|
|
264
|
-
"description": "Unsuccessful authentication."
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"summary": "Prompts the user for authorization using HTTP Basic Auth.",
|
|
268
|
-
"tags": [
|
|
269
|
-
"Auth"
|
|
270
|
-
]
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"/bearer": {
|
|
274
|
-
"get": {
|
|
275
|
-
"parameters": [
|
|
276
|
-
{
|
|
277
|
-
"in": "header",
|
|
278
|
-
"name": "Authorization",
|
|
279
|
-
"type": "string"
|
|
280
|
-
}
|
|
281
|
-
],
|
|
282
|
-
"produces": [
|
|
283
|
-
"application/json"
|
|
284
|
-
],
|
|
285
|
-
"responses": {
|
|
286
|
-
"200": {
|
|
287
|
-
"description": "Successful authentication."
|
|
288
|
-
},
|
|
289
|
-
"401": {
|
|
290
|
-
"description": "Unsuccessful authentication."
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"summary": "Prompts the user for authorization using bearer authentication.",
|
|
294
|
-
"tags": [
|
|
295
|
-
"Auth"
|
|
296
|
-
]
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"/brotli": {
|
|
300
|
-
"get": {
|
|
301
|
-
"produces": [
|
|
302
|
-
"application/json"
|
|
303
|
-
],
|
|
304
|
-
"responses": {
|
|
305
|
-
"200": {
|
|
306
|
-
"description": "Brotli-encoded data."
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"summary": "Returns Brotli-encoded data.",
|
|
310
|
-
"tags": [
|
|
311
|
-
"Response formats"
|
|
312
|
-
]
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
"/bytes/{n}": {
|
|
316
|
-
"get": {
|
|
317
|
-
"parameters": [
|
|
318
|
-
{
|
|
319
|
-
"in": "path",
|
|
320
|
-
"name": "n",
|
|
321
|
-
"type": "integer",
|
|
322
|
-
"required": true
|
|
323
|
-
}
|
|
324
|
-
],
|
|
325
|
-
"produces": [
|
|
326
|
-
"application/octet-stream"
|
|
327
|
-
],
|
|
328
|
-
"responses": {
|
|
329
|
-
"200": {
|
|
330
|
-
"description": "Bytes."
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"summary": "Returns n random bytes generated with given seed",
|
|
334
|
-
"tags": [
|
|
335
|
-
"Dynamic data"
|
|
336
|
-
]
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"/cache": {
|
|
340
|
-
"get": {
|
|
341
|
-
"parameters": [
|
|
342
|
-
{
|
|
343
|
-
"in": "header",
|
|
344
|
-
"name": "If-Modified-Since",
|
|
345
|
-
"type": "string"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"in": "header",
|
|
349
|
-
"name": "If-None-Match",
|
|
350
|
-
"type": "string"
|
|
351
|
-
}
|
|
352
|
-
],
|
|
353
|
-
"produces": [
|
|
354
|
-
"application/json"
|
|
355
|
-
],
|
|
356
|
-
"responses": {
|
|
357
|
-
"200": {
|
|
358
|
-
"description": "Cached response"
|
|
359
|
-
},
|
|
360
|
-
"304": {
|
|
361
|
-
"description": "Modified"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"summary": "Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.",
|
|
365
|
-
"tags": [
|
|
366
|
-
"Response inspection"
|
|
367
|
-
]
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
"/cache/{value}": {
|
|
371
|
-
"get": {
|
|
372
|
-
"parameters": [
|
|
373
|
-
{
|
|
374
|
-
"in": "path",
|
|
375
|
-
"name": "value",
|
|
376
|
-
"type": "integer",
|
|
377
|
-
"required": true
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"produces": [
|
|
381
|
-
"application/json"
|
|
382
|
-
],
|
|
383
|
-
"responses": {
|
|
384
|
-
"200": {
|
|
385
|
-
"description": "Cache control set"
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
"summary": "Sets a Cache-Control header for n seconds.",
|
|
389
|
-
"tags": [
|
|
390
|
-
"Response inspection"
|
|
391
|
-
]
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
"/cookies": {
|
|
395
|
-
"get": {
|
|
396
|
-
"produces": [
|
|
397
|
-
"application/json"
|
|
398
|
-
],
|
|
399
|
-
"responses": {
|
|
400
|
-
"200": {
|
|
401
|
-
"description": "Set cookies."
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"summary": "Returns cookie data.",
|
|
405
|
-
"tags": [
|
|
406
|
-
"Cookies"
|
|
407
|
-
]
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
"/cookies/delete": {
|
|
411
|
-
"get": {
|
|
412
|
-
"parameters": [
|
|
413
|
-
{
|
|
414
|
-
"name": "freeform",
|
|
415
|
-
"in": "query",
|
|
416
|
-
"type": "string"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"produces": [
|
|
420
|
-
"text/plain"
|
|
421
|
-
],
|
|
422
|
-
"responses": {
|
|
423
|
-
"200": {
|
|
424
|
-
"description": "Redirect to cookie list"
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
"summary": "Deletes cookie(s) as provided by the query string and redirects to cookie list.",
|
|
428
|
-
"tags": [
|
|
429
|
-
"Cookies"
|
|
430
|
-
]
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"/cookies/set": {
|
|
434
|
-
"get": {
|
|
435
|
-
"parameters": [
|
|
436
|
-
{
|
|
437
|
-
"name": "freeform",
|
|
438
|
-
"in": "query",
|
|
439
|
-
"type": "string"
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"produces": [
|
|
443
|
-
"text/plain"
|
|
444
|
-
],
|
|
445
|
-
"responses": {
|
|
446
|
-
"200": {
|
|
447
|
-
"description": "Redirect to cookie list"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
"summary": "Sets cookie(s) as provided by the query string and redirects to cookie list.",
|
|
451
|
-
"tags": [
|
|
452
|
-
"Cookies"
|
|
453
|
-
]
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
"/cookies/set/{name}/{value}": {
|
|
457
|
-
"get": {
|
|
458
|
-
"parameters": [
|
|
459
|
-
{
|
|
460
|
-
"in": "path",
|
|
461
|
-
"name": "name",
|
|
462
|
-
"type": "string",
|
|
463
|
-
"required": true
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"in": "path",
|
|
467
|
-
"name": "value",
|
|
468
|
-
"type": "string",
|
|
469
|
-
"required": true
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
|
-
"produces": [
|
|
473
|
-
"text/plain"
|
|
474
|
-
],
|
|
475
|
-
"responses": {
|
|
476
|
-
"200": {
|
|
477
|
-
"description": "Set cookies and redirects to cookie list."
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"summary": "Sets a cookie and redirects to cookie list.",
|
|
481
|
-
"tags": [
|
|
482
|
-
"Cookies"
|
|
483
|
-
]
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
"/deflate": {
|
|
487
|
-
"get": {
|
|
488
|
-
"produces": [
|
|
489
|
-
"application/json"
|
|
490
|
-
],
|
|
491
|
-
"responses": {
|
|
492
|
-
"200": {
|
|
493
|
-
"description": "Defalte-encoded data."
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"summary": "Returns Deflate-encoded data.",
|
|
497
|
-
"tags": [
|
|
498
|
-
"Response formats"
|
|
499
|
-
]
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
"/delay/{delay}": {
|
|
503
|
-
"delete": {
|
|
504
|
-
"parameters": [
|
|
505
|
-
{
|
|
506
|
-
"in": "path",
|
|
507
|
-
"name": "delay",
|
|
508
|
-
"type": "integer",
|
|
509
|
-
"description": "Number of seconds to wait before sending the response.",
|
|
510
|
-
"required": true
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"produces": [
|
|
514
|
-
"application/json"
|
|
515
|
-
],
|
|
516
|
-
"responses": {
|
|
517
|
-
"200": {
|
|
518
|
-
"description": "A delayed response."
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
522
|
-
"tags": [
|
|
523
|
-
"Dynamic data"
|
|
524
|
-
]
|
|
525
|
-
},
|
|
526
|
-
"get": {
|
|
527
|
-
"parameters": [
|
|
528
|
-
{
|
|
529
|
-
"in": "path",
|
|
530
|
-
"name": "delay",
|
|
531
|
-
"type": "integer",
|
|
532
|
-
"required": true
|
|
533
|
-
}
|
|
534
|
-
],
|
|
535
|
-
"produces": [
|
|
536
|
-
"application/json"
|
|
537
|
-
],
|
|
538
|
-
"responses": {
|
|
539
|
-
"200": {
|
|
540
|
-
"description": "A delayed response."
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
544
|
-
"tags": [
|
|
545
|
-
"Dynamic data"
|
|
546
|
-
]
|
|
547
|
-
},
|
|
548
|
-
"patch": {
|
|
549
|
-
"parameters": [
|
|
550
|
-
{
|
|
551
|
-
"in": "path",
|
|
552
|
-
"name": "delay",
|
|
553
|
-
"type": "integer",
|
|
554
|
-
"required": true
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"produces": [
|
|
558
|
-
"application/json"
|
|
559
|
-
],
|
|
560
|
-
"responses": {
|
|
561
|
-
"200": {
|
|
562
|
-
"description": "A delayed response."
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
566
|
-
"tags": [
|
|
567
|
-
"Dynamic data"
|
|
568
|
-
]
|
|
569
|
-
},
|
|
570
|
-
"post": {
|
|
571
|
-
"parameters": [
|
|
572
|
-
{
|
|
573
|
-
"in": "path",
|
|
574
|
-
"name": "delay",
|
|
575
|
-
"type": "integer",
|
|
576
|
-
"required": true
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"produces": [
|
|
580
|
-
"application/json"
|
|
581
|
-
],
|
|
582
|
-
"responses": {
|
|
583
|
-
"200": {
|
|
584
|
-
"description": "A delayed response."
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
588
|
-
"tags": [
|
|
589
|
-
"Dynamic data"
|
|
590
|
-
]
|
|
591
|
-
},
|
|
592
|
-
"put": {
|
|
593
|
-
"parameters": [
|
|
594
|
-
{
|
|
595
|
-
"in": "path",
|
|
596
|
-
"name": "delay",
|
|
597
|
-
"type": "integer",
|
|
598
|
-
"required": true
|
|
599
|
-
}
|
|
600
|
-
],
|
|
601
|
-
"produces": [
|
|
602
|
-
"application/json"
|
|
603
|
-
],
|
|
604
|
-
"responses": {
|
|
605
|
-
"200": {
|
|
606
|
-
"description": "A delayed response."
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
610
|
-
"tags": [
|
|
611
|
-
"Dynamic data"
|
|
612
|
-
]
|
|
613
|
-
},
|
|
614
|
-
"trace": {
|
|
615
|
-
"parameters": [
|
|
616
|
-
{
|
|
617
|
-
"in": "path",
|
|
618
|
-
"name": "delay",
|
|
619
|
-
"type": "integer",
|
|
620
|
-
"required": true
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"produces": [
|
|
624
|
-
"application/json"
|
|
625
|
-
],
|
|
626
|
-
"responses": {
|
|
627
|
-
"200": {
|
|
628
|
-
"description": "A delayed response."
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
"summary": "Returns a delayed response (max of 10 seconds).",
|
|
632
|
-
"tags": [
|
|
633
|
-
"Dynamic data"
|
|
634
|
-
]
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
"/delete": {
|
|
638
|
-
"delete": {
|
|
639
|
-
"produces": [
|
|
640
|
-
"application/json"
|
|
641
|
-
],
|
|
642
|
-
"responses": {
|
|
643
|
-
"200": {
|
|
644
|
-
"description": "The request's DELETE parameters."
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"summary": "The request's DELETE parameters.",
|
|
648
|
-
"tags": [
|
|
649
|
-
"HTTP Methods"
|
|
650
|
-
]
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"/deny": {
|
|
654
|
-
"get": {
|
|
655
|
-
"produces": [
|
|
656
|
-
"text/plain"
|
|
657
|
-
],
|
|
658
|
-
"responses": {
|
|
659
|
-
"200": {
|
|
660
|
-
"description": "Denied message"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"summary": "Returns page denied by robots.txt rules.",
|
|
664
|
-
"tags": [
|
|
665
|
-
"Response formats"
|
|
666
|
-
]
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
"/digest-auth/{qop}/{user}/{passwd}": {
|
|
670
|
-
"get": {
|
|
671
|
-
"parameters": [
|
|
672
|
-
{
|
|
673
|
-
"description": "auth or auth-int",
|
|
674
|
-
"in": "path",
|
|
675
|
-
"name": "qop",
|
|
676
|
-
"type": "string",
|
|
677
|
-
"required": true
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"in": "path",
|
|
681
|
-
"name": "user",
|
|
682
|
-
"type": "string",
|
|
683
|
-
"required": true
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"in": "path",
|
|
687
|
-
"name": "passwd",
|
|
688
|
-
"type": "string",
|
|
689
|
-
"required": true
|
|
690
|
-
}
|
|
691
|
-
],
|
|
692
|
-
"produces": [
|
|
693
|
-
"application/json"
|
|
694
|
-
],
|
|
695
|
-
"responses": {
|
|
696
|
-
"200": {
|
|
697
|
-
"description": "Successful authentication."
|
|
698
|
-
},
|
|
699
|
-
"401": {
|
|
700
|
-
"description": "Unsuccessful authentication."
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"summary": "Prompts the user for authorization using Digest Auth.",
|
|
704
|
-
"tags": [
|
|
705
|
-
"Auth"
|
|
706
|
-
]
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"/digest-auth/{qop}/{user}/{passwd}/{algorithm}": {
|
|
710
|
-
"get": {
|
|
711
|
-
"parameters": [
|
|
712
|
-
{
|
|
713
|
-
"description": "auth or auth-int",
|
|
714
|
-
"in": "path",
|
|
715
|
-
"name": "qop",
|
|
716
|
-
"type": "string",
|
|
717
|
-
"required": true
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"in": "path",
|
|
721
|
-
"name": "user",
|
|
722
|
-
"type": "string",
|
|
723
|
-
"required": true
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"in": "path",
|
|
727
|
-
"name": "passwd",
|
|
728
|
-
"type": "string",
|
|
729
|
-
"required": true
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"default": "MD5",
|
|
733
|
-
"description": "MD5, SHA-256, SHA-512",
|
|
734
|
-
"in": "path",
|
|
735
|
-
"name": "algorithm",
|
|
736
|
-
"type": "string",
|
|
737
|
-
"required": true
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"produces": [
|
|
741
|
-
"application/json"
|
|
742
|
-
],
|
|
743
|
-
"responses": {
|
|
744
|
-
"200": {
|
|
745
|
-
"description": "Successful authentication."
|
|
746
|
-
},
|
|
747
|
-
"401": {
|
|
748
|
-
"description": "Unsuccessful authentication."
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
"summary": "Prompts the user for authorization using Digest Auth + Algorithm.",
|
|
752
|
-
"tags": [
|
|
753
|
-
"Auth"
|
|
754
|
-
]
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
"/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}": {
|
|
758
|
-
"get": {
|
|
759
|
-
"description": "allow settings the stale_after argument.\n",
|
|
760
|
-
"parameters": [
|
|
761
|
-
{
|
|
762
|
-
"description": "auth or auth-int",
|
|
763
|
-
"in": "path",
|
|
764
|
-
"name": "qop",
|
|
765
|
-
"type": "string",
|
|
766
|
-
"required": true
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"in": "path",
|
|
770
|
-
"name": "user",
|
|
771
|
-
"type": "string",
|
|
772
|
-
"required": true
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"in": "path",
|
|
776
|
-
"name": "passwd",
|
|
777
|
-
"type": "string",
|
|
778
|
-
"required": true
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"default": "MD5",
|
|
782
|
-
"description": "MD5, SHA-256, SHA-512",
|
|
783
|
-
"in": "path",
|
|
784
|
-
"name": "algorithm",
|
|
785
|
-
"type": "string",
|
|
786
|
-
"required": true
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"default": "never",
|
|
790
|
-
"in": "path",
|
|
791
|
-
"name": "stale_after",
|
|
792
|
-
"type": "string",
|
|
793
|
-
"required": true
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"produces": [
|
|
797
|
-
"application/json"
|
|
798
|
-
],
|
|
799
|
-
"responses": {
|
|
800
|
-
"200": {
|
|
801
|
-
"description": "Successful authentication."
|
|
802
|
-
},
|
|
803
|
-
"401": {
|
|
804
|
-
"description": "Unsuccessful authentication."
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
"summary": "Prompts the user for authorization using Digest Auth + Algorithm.",
|
|
808
|
-
"tags": [
|
|
809
|
-
"Auth"
|
|
810
|
-
]
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
"/drip": {
|
|
814
|
-
"get": {
|
|
815
|
-
"parameters": [
|
|
816
|
-
{
|
|
817
|
-
"default": 2,
|
|
818
|
-
"description": "The amount of time (in seconds) over which to drip each byte",
|
|
819
|
-
"in": "query",
|
|
820
|
-
"name": "duration",
|
|
821
|
-
"required": false,
|
|
822
|
-
"type": "number"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"default": 10,
|
|
826
|
-
"description": "The number of bytes to respond with",
|
|
827
|
-
"in": "query",
|
|
828
|
-
"name": "numbytes",
|
|
829
|
-
"required": false,
|
|
830
|
-
"type": "integer"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"default": 200,
|
|
834
|
-
"description": "The response code that will be returned",
|
|
835
|
-
"in": "query",
|
|
836
|
-
"name": "code",
|
|
837
|
-
"required": false,
|
|
838
|
-
"type": "integer"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"default": 2,
|
|
842
|
-
"description": "The amount of time (in seconds) to delay before responding",
|
|
843
|
-
"in": "query",
|
|
844
|
-
"name": "delay",
|
|
845
|
-
"required": false,
|
|
846
|
-
"type": "number"
|
|
847
|
-
}
|
|
848
|
-
],
|
|
849
|
-
"produces": [
|
|
850
|
-
"application/octet-stream"
|
|
851
|
-
],
|
|
852
|
-
"responses": {
|
|
853
|
-
"200": {
|
|
854
|
-
"description": "A dripped response."
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
"summary": "Drips data over a duration after an optional initial delay.",
|
|
858
|
-
"tags": [
|
|
859
|
-
"Dynamic data"
|
|
860
|
-
]
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"/encoding/utf8": {
|
|
864
|
-
"get": {
|
|
865
|
-
"produces": [
|
|
866
|
-
"text/html"
|
|
867
|
-
],
|
|
868
|
-
"responses": {
|
|
869
|
-
"200": {
|
|
870
|
-
"description": "Encoded UTF-8 content."
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
"summary": "Returns a UTF-8 encoded body.",
|
|
874
|
-
"tags": [
|
|
875
|
-
"Response formats"
|
|
876
|
-
]
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
"/etag/{etag}": {
|
|
880
|
-
"get": {
|
|
881
|
-
"parameters": [
|
|
882
|
-
{
|
|
883
|
-
"in": "header",
|
|
884
|
-
"name": "If-None-Match",
|
|
885
|
-
"type": "string"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"in": "header",
|
|
889
|
-
"name": "If-Match",
|
|
890
|
-
"type": "string"
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"produces": [
|
|
894
|
-
"application/json"
|
|
895
|
-
],
|
|
896
|
-
"responses": {
|
|
897
|
-
"200": {
|
|
898
|
-
"description": "Normal response"
|
|
899
|
-
},
|
|
900
|
-
"412": {
|
|
901
|
-
"description": "match"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
"summary": "Assumes the resource has the given etag and responds to If-None-Match and If-Match headers appropriately.",
|
|
905
|
-
"tags": [
|
|
906
|
-
"Response inspection"
|
|
907
|
-
]
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
"/get": {
|
|
911
|
-
"get": {
|
|
912
|
-
"produces": [
|
|
913
|
-
"application/json"
|
|
914
|
-
],
|
|
915
|
-
"responses": {
|
|
916
|
-
"200": {
|
|
917
|
-
"description": "The request's query parameters."
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
"summary": "The request's query parameters.",
|
|
921
|
-
"tags": [
|
|
922
|
-
"HTTP Methods"
|
|
923
|
-
]
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
"/gzip": {
|
|
927
|
-
"get": {
|
|
928
|
-
"produces": [
|
|
929
|
-
"application/json"
|
|
930
|
-
],
|
|
931
|
-
"responses": {
|
|
932
|
-
"200": {
|
|
933
|
-
"description": "GZip-encoded data."
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
"summary": "Returns GZip-encoded data.",
|
|
937
|
-
"tags": [
|
|
938
|
-
"Response formats"
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"/headers": {
|
|
943
|
-
"get": {
|
|
944
|
-
"produces": [
|
|
945
|
-
"application/json"
|
|
946
|
-
],
|
|
947
|
-
"responses": {
|
|
948
|
-
"200": {
|
|
949
|
-
"description": "The request's headers."
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
"summary": "Return the incoming request's HTTP headers.",
|
|
953
|
-
"tags": [
|
|
954
|
-
"Request inspection"
|
|
955
|
-
]
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"/hidden-basic-auth/{user}/{passwd}": {
|
|
959
|
-
"get": {
|
|
960
|
-
"parameters": [
|
|
961
|
-
{
|
|
962
|
-
"in": "path",
|
|
963
|
-
"name": "user",
|
|
964
|
-
"type": "string",
|
|
965
|
-
"required": true
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"in": "path",
|
|
969
|
-
"name": "passwd",
|
|
970
|
-
"type": "string",
|
|
971
|
-
"required": true
|
|
972
|
-
}
|
|
973
|
-
],
|
|
974
|
-
"produces": [
|
|
975
|
-
"application/json"
|
|
976
|
-
],
|
|
977
|
-
"responses": {
|
|
978
|
-
"200": {
|
|
979
|
-
"description": "Successful authentication."
|
|
980
|
-
},
|
|
981
|
-
"404": {
|
|
982
|
-
"description": "Unsuccessful authentication."
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"summary": "Prompts the user for authorization using HTTP Basic Auth.",
|
|
986
|
-
"tags": [
|
|
987
|
-
"Auth"
|
|
988
|
-
]
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"/html": {
|
|
992
|
-
"get": {
|
|
993
|
-
"produces": [
|
|
994
|
-
"text/html"
|
|
995
|
-
],
|
|
996
|
-
"responses": {
|
|
997
|
-
"200": {
|
|
998
|
-
"description": "An HTML page."
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
"summary": "Returns a simple HTML document.",
|
|
1002
|
-
"tags": [
|
|
1003
|
-
"Response formats"
|
|
1004
|
-
]
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"/image": {
|
|
1008
|
-
"get": {
|
|
1009
|
-
"produces": [
|
|
1010
|
-
"image/webp",
|
|
1011
|
-
"image/svg+xml",
|
|
1012
|
-
"image/jpeg",
|
|
1013
|
-
"image/png",
|
|
1014
|
-
"image/*"
|
|
1015
|
-
],
|
|
1016
|
-
"responses": {
|
|
1017
|
-
"200": {
|
|
1018
|
-
"description": "An image."
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
"summary": "Returns a simple image of the type suggest by the Accept header.",
|
|
1022
|
-
"tags": [
|
|
1023
|
-
"Images"
|
|
1024
|
-
]
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
"/image/jpeg": {
|
|
1028
|
-
"get": {
|
|
1029
|
-
"produces": [
|
|
1030
|
-
"image/jpeg"
|
|
1031
|
-
],
|
|
1032
|
-
"responses": {
|
|
1033
|
-
"200": {
|
|
1034
|
-
"description": "A JPEG image."
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
"summary": "Returns a simple JPEG image.",
|
|
1038
|
-
"tags": [
|
|
1039
|
-
"Images"
|
|
1040
|
-
]
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
"/image/png": {
|
|
1044
|
-
"get": {
|
|
1045
|
-
"produces": [
|
|
1046
|
-
"image/png"
|
|
1047
|
-
],
|
|
1048
|
-
"responses": {
|
|
1049
|
-
"200": {
|
|
1050
|
-
"description": "A PNG image."
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
"summary": "Returns a simple PNG image.",
|
|
1054
|
-
"tags": [
|
|
1055
|
-
"Images"
|
|
1056
|
-
]
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
"/image/svg": {
|
|
1060
|
-
"get": {
|
|
1061
|
-
"produces": [
|
|
1062
|
-
"image/svg+xml"
|
|
1063
|
-
],
|
|
1064
|
-
"responses": {
|
|
1065
|
-
"200": {
|
|
1066
|
-
"description": "An SVG image."
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
"summary": "Returns a simple SVG image.",
|
|
1070
|
-
"tags": [
|
|
1071
|
-
"Images"
|
|
1072
|
-
]
|
|
1073
|
-
}
|
|
1074
|
-
},
|
|
1075
|
-
"/image/webp": {
|
|
1076
|
-
"get": {
|
|
1077
|
-
"produces": [
|
|
1078
|
-
"image/webp"
|
|
1079
|
-
],
|
|
1080
|
-
"responses": {
|
|
1081
|
-
"200": {
|
|
1082
|
-
"description": "A WEBP image."
|
|
1083
|
-
}
|
|
1084
|
-
},
|
|
1085
|
-
"summary": "Returns a simple WEBP image.",
|
|
1086
|
-
"tags": [
|
|
1087
|
-
"Images"
|
|
1088
|
-
]
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"/ip": {
|
|
1092
|
-
"get": {
|
|
1093
|
-
"produces": [
|
|
1094
|
-
"application/json"
|
|
1095
|
-
],
|
|
1096
|
-
"responses": {
|
|
1097
|
-
"200": {
|
|
1098
|
-
"description": "The Requester's IP Address."
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
"summary": "Returns the requester's IP Address.",
|
|
1102
|
-
"tags": [
|
|
1103
|
-
"Request inspection"
|
|
1104
|
-
]
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
"/json": {
|
|
1108
|
-
"get": {
|
|
1109
|
-
"produces": [
|
|
1110
|
-
"application/json"
|
|
1111
|
-
],
|
|
1112
|
-
"responses": {
|
|
1113
|
-
"200": {
|
|
1114
|
-
"description": "An JSON document."
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
"summary": "Returns a simple JSON document.",
|
|
1118
|
-
"tags": [
|
|
1119
|
-
"Response formats"
|
|
1120
|
-
]
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
"/links/{n}/{offset}": {
|
|
1124
|
-
"get": {
|
|
1125
|
-
"parameters": [
|
|
1126
|
-
{
|
|
1127
|
-
"in": "path",
|
|
1128
|
-
"name": "n",
|
|
1129
|
-
"type": "integer",
|
|
1130
|
-
"required": true
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"in": "path",
|
|
1134
|
-
"name": "offset",
|
|
1135
|
-
"type": "integer",
|
|
1136
|
-
"required": true
|
|
1137
|
-
}
|
|
1138
|
-
],
|
|
1139
|
-
"produces": [
|
|
1140
|
-
"text/html"
|
|
1141
|
-
],
|
|
1142
|
-
"responses": {
|
|
1143
|
-
"200": {
|
|
1144
|
-
"description": "HTML links."
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
"summary": "Generate a page containing n links to other pages which do the same.",
|
|
1148
|
-
"tags": [
|
|
1149
|
-
"Dynamic data"
|
|
1150
|
-
]
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
"/patch": {
|
|
1154
|
-
"patch": {
|
|
1155
|
-
"parameters": [
|
|
1156
|
-
{
|
|
1157
|
-
"in": "body",
|
|
1158
|
-
"schema": {
|
|
1159
|
-
"type": "object"
|
|
1160
|
-
},
|
|
1161
|
-
"name": "body"
|
|
1162
|
-
}
|
|
1163
|
-
],
|
|
1164
|
-
"produces": [
|
|
1165
|
-
"application/json"
|
|
1166
|
-
],
|
|
1167
|
-
"responses": {
|
|
1168
|
-
"200": {
|
|
1169
|
-
"description": "The request's PATCH parameters."
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"summary": "The request's PATCH parameters.",
|
|
1173
|
-
"tags": [
|
|
1174
|
-
"HTTP Methods"
|
|
1175
|
-
]
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"/post": {
|
|
1179
|
-
"post": {
|
|
1180
|
-
"parameters": [
|
|
1181
|
-
{
|
|
1182
|
-
"in": "body",
|
|
1183
|
-
"schema": {
|
|
1184
|
-
"type": "object"
|
|
1185
|
-
},
|
|
1186
|
-
"name": "body"
|
|
1187
|
-
}
|
|
1188
|
-
],
|
|
1189
|
-
"produces": [
|
|
1190
|
-
"application/json"
|
|
1191
|
-
],
|
|
1192
|
-
"responses": {
|
|
1193
|
-
"200": {
|
|
1194
|
-
"description": "The request's POST parameters."
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
"summary": "The request's POST parameters.",
|
|
1198
|
-
"tags": [
|
|
1199
|
-
"HTTP Methods"
|
|
1200
|
-
]
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"/put": {
|
|
1204
|
-
"put": {
|
|
1205
|
-
"parameters": [
|
|
1206
|
-
{
|
|
1207
|
-
"in": "body",
|
|
1208
|
-
"schema": {
|
|
1209
|
-
"type": "object"
|
|
1210
|
-
},
|
|
1211
|
-
"name": "body"
|
|
1212
|
-
}
|
|
1213
|
-
],
|
|
1214
|
-
"produces": [
|
|
1215
|
-
"application/json"
|
|
1216
|
-
],
|
|
1217
|
-
"responses": {
|
|
1218
|
-
"200": {
|
|
1219
|
-
"description": "The request's PUT parameters."
|
|
1220
|
-
}
|
|
1221
|
-
},
|
|
1222
|
-
"summary": "The request's PUT parameters.",
|
|
1223
|
-
"tags": [
|
|
1224
|
-
"HTTP Methods"
|
|
1225
|
-
]
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
"/range/{numbytes}": {
|
|
1229
|
-
"get": {
|
|
1230
|
-
"parameters": [
|
|
1231
|
-
{
|
|
1232
|
-
"in": "path",
|
|
1233
|
-
"name": "numbytes",
|
|
1234
|
-
"type": "integer",
|
|
1235
|
-
"required": true
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
|
-
"produces": [
|
|
1239
|
-
"application/octet-stream"
|
|
1240
|
-
],
|
|
1241
|
-
"responses": {
|
|
1242
|
-
"200": {
|
|
1243
|
-
"description": "Bytes."
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"summary": "Streams n random bytes generated with given seed, at given chunk size per packet.",
|
|
1247
|
-
"tags": [
|
|
1248
|
-
"Dynamic data"
|
|
1249
|
-
]
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"/redirect-to": {
|
|
1253
|
-
"delete": {
|
|
1254
|
-
"produces": [
|
|
1255
|
-
"text/html"
|
|
1256
|
-
],
|
|
1257
|
-
"responses": {
|
|
1258
|
-
"302": {
|
|
1259
|
-
"description": "A redirection."
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1263
|
-
"tags": [
|
|
1264
|
-
"Redirects"
|
|
1265
|
-
]
|
|
1266
|
-
},
|
|
1267
|
-
"get": {
|
|
1268
|
-
"parameters": [
|
|
1269
|
-
{
|
|
1270
|
-
"in": "query",
|
|
1271
|
-
"name": "url",
|
|
1272
|
-
"required": true,
|
|
1273
|
-
"type": "string"
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"in": "query",
|
|
1277
|
-
"name": "status_code",
|
|
1278
|
-
"type": "integer"
|
|
1279
|
-
}
|
|
1280
|
-
],
|
|
1281
|
-
"produces": [
|
|
1282
|
-
"text/html"
|
|
1283
|
-
],
|
|
1284
|
-
"responses": {
|
|
1285
|
-
"302": {
|
|
1286
|
-
"description": "A redirection."
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1290
|
-
"tags": [
|
|
1291
|
-
"Redirects"
|
|
1292
|
-
]
|
|
1293
|
-
},
|
|
1294
|
-
"patch": {
|
|
1295
|
-
"produces": [
|
|
1296
|
-
"text/html"
|
|
1297
|
-
],
|
|
1298
|
-
"responses": {
|
|
1299
|
-
"302": {
|
|
1300
|
-
"description": "A redirection."
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1304
|
-
"tags": [
|
|
1305
|
-
"Redirects"
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
|
-
"post": {
|
|
1309
|
-
"parameters": [
|
|
1310
|
-
{
|
|
1311
|
-
"in": "formData",
|
|
1312
|
-
"name": "url",
|
|
1313
|
-
"required": true,
|
|
1314
|
-
"type": "string"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"in": "formData",
|
|
1318
|
-
"name": "status_code",
|
|
1319
|
-
"required": false,
|
|
1320
|
-
"type": "integer"
|
|
1321
|
-
}
|
|
1322
|
-
],
|
|
1323
|
-
"produces": [
|
|
1324
|
-
"text/html"
|
|
1325
|
-
],
|
|
1326
|
-
"responses": {
|
|
1327
|
-
"302": {
|
|
1328
|
-
"description": "A redirection."
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1332
|
-
"tags": [
|
|
1333
|
-
"Redirects"
|
|
1334
|
-
]
|
|
1335
|
-
},
|
|
1336
|
-
"put": {
|
|
1337
|
-
"parameters": [
|
|
1338
|
-
{
|
|
1339
|
-
"in": "formData",
|
|
1340
|
-
"name": "url",
|
|
1341
|
-
"required": true,
|
|
1342
|
-
"type": "string"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"in": "formData",
|
|
1346
|
-
"name": "status_code",
|
|
1347
|
-
"required": false,
|
|
1348
|
-
"type": "integer"
|
|
1349
|
-
}
|
|
1350
|
-
],
|
|
1351
|
-
"produces": [
|
|
1352
|
-
"text/html"
|
|
1353
|
-
],
|
|
1354
|
-
"responses": {
|
|
1355
|
-
"302": {
|
|
1356
|
-
"description": "A redirection."
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1360
|
-
"tags": [
|
|
1361
|
-
"Redirects"
|
|
1362
|
-
]
|
|
1363
|
-
},
|
|
1364
|
-
"trace": {
|
|
1365
|
-
"produces": [
|
|
1366
|
-
"text/html"
|
|
1367
|
-
],
|
|
1368
|
-
"responses": {
|
|
1369
|
-
"302": {
|
|
1370
|
-
"description": "A redirection."
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
|
-
"summary": "302/3XX Redirects to the given URL.",
|
|
1374
|
-
"tags": [
|
|
1375
|
-
"Redirects"
|
|
1376
|
-
]
|
|
1377
|
-
}
|
|
1378
|
-
},
|
|
1379
|
-
"/redirect/{n}": {
|
|
1380
|
-
"get": {
|
|
1381
|
-
"parameters": [
|
|
1382
|
-
{
|
|
1383
|
-
"in": "path",
|
|
1384
|
-
"name": "n",
|
|
1385
|
-
"type": "integer",
|
|
1386
|
-
"required": true
|
|
1387
|
-
}
|
|
1388
|
-
],
|
|
1389
|
-
"produces": [
|
|
1390
|
-
"text/html"
|
|
1391
|
-
],
|
|
1392
|
-
"responses": {
|
|
1393
|
-
"302": {
|
|
1394
|
-
"description": "A redirection."
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
"summary": "302 Redirects n times.",
|
|
1398
|
-
"tags": [
|
|
1399
|
-
"Redirects"
|
|
1400
|
-
]
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
"/relative-redirect/{n}": {
|
|
1404
|
-
"get": {
|
|
1405
|
-
"parameters": [
|
|
1406
|
-
{
|
|
1407
|
-
"in": "path",
|
|
1408
|
-
"name": "n",
|
|
1409
|
-
"type": "integer",
|
|
1410
|
-
"required": true
|
|
1411
|
-
}
|
|
1412
|
-
],
|
|
1413
|
-
"produces": [
|
|
1414
|
-
"text/html"
|
|
1415
|
-
],
|
|
1416
|
-
"responses": {
|
|
1417
|
-
"302": {
|
|
1418
|
-
"description": "A redirection."
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"summary": "Relatively 302 Redirects n times.",
|
|
1422
|
-
"tags": [
|
|
1423
|
-
"Redirects"
|
|
1424
|
-
]
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
"/response-headers": {
|
|
1428
|
-
"get": {
|
|
1429
|
-
"parameters": [
|
|
1430
|
-
{
|
|
1431
|
-
"in": "query",
|
|
1432
|
-
"name": "freeform",
|
|
1433
|
-
"type": "string"
|
|
1434
|
-
}
|
|
1435
|
-
],
|
|
1436
|
-
"produces": [
|
|
1437
|
-
"application/json"
|
|
1438
|
-
],
|
|
1439
|
-
"responses": {
|
|
1440
|
-
"200": {
|
|
1441
|
-
"description": "Response headers"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
"summary": "Returns a set of response headers from the query string.",
|
|
1445
|
-
"tags": [
|
|
1446
|
-
"Response inspection"
|
|
1447
|
-
]
|
|
1448
|
-
},
|
|
1449
|
-
"post": {
|
|
1450
|
-
"parameters": [
|
|
1451
|
-
{
|
|
1452
|
-
"in": "query",
|
|
1453
|
-
"name": "freeform",
|
|
1454
|
-
"type": "string"
|
|
1455
|
-
}
|
|
1456
|
-
],
|
|
1457
|
-
"produces": [
|
|
1458
|
-
"application/json"
|
|
1459
|
-
],
|
|
1460
|
-
"responses": {
|
|
1461
|
-
"200": {
|
|
1462
|
-
"description": "Response headers"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
"summary": "Returns a set of response headers from the query string.",
|
|
1466
|
-
"tags": [
|
|
1467
|
-
"Response inspection"
|
|
1468
|
-
]
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
"/robots.txt": {
|
|
1472
|
-
"get": {
|
|
1473
|
-
"produces": [
|
|
1474
|
-
"text/plain"
|
|
1475
|
-
],
|
|
1476
|
-
"responses": {
|
|
1477
|
-
"200": {
|
|
1478
|
-
"description": "Robots file"
|
|
1479
|
-
}
|
|
1480
|
-
},
|
|
1481
|
-
"summary": "Returns some robots.txt rules.",
|
|
1482
|
-
"tags": [
|
|
1483
|
-
"Response formats"
|
|
1484
|
-
]
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
"/status/{codes}": {
|
|
1488
|
-
"delete": {
|
|
1489
|
-
"parameters": [
|
|
1490
|
-
{
|
|
1491
|
-
"in": "path",
|
|
1492
|
-
"name": "codes",
|
|
1493
|
-
"required": true,
|
|
1494
|
-
"type": "number"
|
|
1495
|
-
}
|
|
1496
|
-
],
|
|
1497
|
-
"produces": [
|
|
1498
|
-
"text/plain"
|
|
1499
|
-
],
|
|
1500
|
-
"responses": {
|
|
1501
|
-
"100": {
|
|
1502
|
-
"description": "Informational responses"
|
|
1503
|
-
},
|
|
1504
|
-
"200": {
|
|
1505
|
-
"description": "Success"
|
|
1506
|
-
},
|
|
1507
|
-
"300": {
|
|
1508
|
-
"description": "Redirection"
|
|
1509
|
-
},
|
|
1510
|
-
"400": {
|
|
1511
|
-
"description": "Client Errors"
|
|
1512
|
-
},
|
|
1513
|
-
"500": {
|
|
1514
|
-
"description": "Server Errors"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1518
|
-
"tags": [
|
|
1519
|
-
"Status codes"
|
|
1520
|
-
]
|
|
1521
|
-
},
|
|
1522
|
-
"get": {
|
|
1523
|
-
"parameters": [
|
|
1524
|
-
{
|
|
1525
|
-
"in": "path",
|
|
1526
|
-
"name": "codes",
|
|
1527
|
-
"required": true,
|
|
1528
|
-
"type": "number"
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"produces": [
|
|
1532
|
-
"text/plain"
|
|
1533
|
-
],
|
|
1534
|
-
"responses": {
|
|
1535
|
-
"100": {
|
|
1536
|
-
"description": "Informational responses"
|
|
1537
|
-
},
|
|
1538
|
-
"200": {
|
|
1539
|
-
"description": "Success"
|
|
1540
|
-
},
|
|
1541
|
-
"300": {
|
|
1542
|
-
"description": "Redirection"
|
|
1543
|
-
},
|
|
1544
|
-
"400": {
|
|
1545
|
-
"description": "Client Errors"
|
|
1546
|
-
},
|
|
1547
|
-
"500": {
|
|
1548
|
-
"description": "Server Errors"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1552
|
-
"tags": [
|
|
1553
|
-
"Status codes"
|
|
1554
|
-
]
|
|
1555
|
-
},
|
|
1556
|
-
"patch": {
|
|
1557
|
-
"parameters": [
|
|
1558
|
-
{
|
|
1559
|
-
"in": "path",
|
|
1560
|
-
"name": "codes",
|
|
1561
|
-
"required": true,
|
|
1562
|
-
"type": "number"
|
|
1563
|
-
}
|
|
1564
|
-
],
|
|
1565
|
-
"produces": [
|
|
1566
|
-
"text/plain"
|
|
1567
|
-
],
|
|
1568
|
-
"responses": {
|
|
1569
|
-
"100": {
|
|
1570
|
-
"description": "Informational responses"
|
|
1571
|
-
},
|
|
1572
|
-
"200": {
|
|
1573
|
-
"description": "Success"
|
|
1574
|
-
},
|
|
1575
|
-
"300": {
|
|
1576
|
-
"description": "Redirection"
|
|
1577
|
-
},
|
|
1578
|
-
"400": {
|
|
1579
|
-
"description": "Client Errors"
|
|
1580
|
-
},
|
|
1581
|
-
"500": {
|
|
1582
|
-
"description": "Server Errors"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1586
|
-
"tags": [
|
|
1587
|
-
"Status codes"
|
|
1588
|
-
]
|
|
1589
|
-
},
|
|
1590
|
-
"post": {
|
|
1591
|
-
"parameters": [
|
|
1592
|
-
{
|
|
1593
|
-
"in": "path",
|
|
1594
|
-
"name": "codes",
|
|
1595
|
-
"required": true,
|
|
1596
|
-
"type": "number"
|
|
1597
|
-
}
|
|
1598
|
-
],
|
|
1599
|
-
"produces": [
|
|
1600
|
-
"text/plain"
|
|
1601
|
-
],
|
|
1602
|
-
"responses": {
|
|
1603
|
-
"100": {
|
|
1604
|
-
"description": "Informational responses"
|
|
1605
|
-
},
|
|
1606
|
-
"200": {
|
|
1607
|
-
"description": "Success"
|
|
1608
|
-
},
|
|
1609
|
-
"300": {
|
|
1610
|
-
"description": "Redirection"
|
|
1611
|
-
},
|
|
1612
|
-
"400": {
|
|
1613
|
-
"description": "Client Errors"
|
|
1614
|
-
},
|
|
1615
|
-
"500": {
|
|
1616
|
-
"description": "Server Errors"
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1620
|
-
"tags": [
|
|
1621
|
-
"Status codes"
|
|
1622
|
-
]
|
|
1623
|
-
},
|
|
1624
|
-
"put": {
|
|
1625
|
-
"parameters": [
|
|
1626
|
-
{
|
|
1627
|
-
"in": "path",
|
|
1628
|
-
"name": "codes",
|
|
1629
|
-
"required": true,
|
|
1630
|
-
"type": "number"
|
|
1631
|
-
}
|
|
1632
|
-
],
|
|
1633
|
-
"produces": [
|
|
1634
|
-
"text/plain"
|
|
1635
|
-
],
|
|
1636
|
-
"responses": {
|
|
1637
|
-
"100": {
|
|
1638
|
-
"description": "Informational responses"
|
|
1639
|
-
},
|
|
1640
|
-
"200": {
|
|
1641
|
-
"description": "Success"
|
|
1642
|
-
},
|
|
1643
|
-
"300": {
|
|
1644
|
-
"description": "Redirection"
|
|
1645
|
-
},
|
|
1646
|
-
"400": {
|
|
1647
|
-
"description": "Client Errors"
|
|
1648
|
-
},
|
|
1649
|
-
"500": {
|
|
1650
|
-
"description": "Server Errors"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1654
|
-
"tags": [
|
|
1655
|
-
"Status codes"
|
|
1656
|
-
]
|
|
1657
|
-
},
|
|
1658
|
-
"trace": {
|
|
1659
|
-
"parameters": [
|
|
1660
|
-
{
|
|
1661
|
-
"in": "path",
|
|
1662
|
-
"name": "codes",
|
|
1663
|
-
"required": true,
|
|
1664
|
-
"type": "number"
|
|
1665
|
-
}
|
|
1666
|
-
],
|
|
1667
|
-
"produces": [
|
|
1668
|
-
"text/plain"
|
|
1669
|
-
],
|
|
1670
|
-
"responses": {
|
|
1671
|
-
"100": {
|
|
1672
|
-
"description": "Informational responses"
|
|
1673
|
-
},
|
|
1674
|
-
"200": {
|
|
1675
|
-
"description": "Success"
|
|
1676
|
-
},
|
|
1677
|
-
"300": {
|
|
1678
|
-
"description": "Redirection"
|
|
1679
|
-
},
|
|
1680
|
-
"400": {
|
|
1681
|
-
"description": "Client Errors"
|
|
1682
|
-
},
|
|
1683
|
-
"500": {
|
|
1684
|
-
"description": "Server Errors"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"summary": "Return status code or random status code if more than one are given",
|
|
1688
|
-
"tags": [
|
|
1689
|
-
"Status codes"
|
|
1690
|
-
]
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
|
-
"/stream-bytes/{n}": {
|
|
1694
|
-
"get": {
|
|
1695
|
-
"parameters": [
|
|
1696
|
-
{
|
|
1697
|
-
"in": "path",
|
|
1698
|
-
"name": "n",
|
|
1699
|
-
"type": "integer",
|
|
1700
|
-
"required": true
|
|
1701
|
-
}
|
|
1702
|
-
],
|
|
1703
|
-
"produces": [
|
|
1704
|
-
"application/octet-stream"
|
|
1705
|
-
],
|
|
1706
|
-
"responses": {
|
|
1707
|
-
"200": {
|
|
1708
|
-
"description": "Bytes."
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1711
|
-
"summary": "Streams n random bytes generated with given seed, at given chunk size per packet.",
|
|
1712
|
-
"tags": [
|
|
1713
|
-
"Dynamic data"
|
|
1714
|
-
]
|
|
1715
|
-
}
|
|
1716
|
-
},
|
|
1717
|
-
"/stream/{n}": {
|
|
1718
|
-
"get": {
|
|
1719
|
-
"parameters": [
|
|
1720
|
-
{
|
|
1721
|
-
"in": "path",
|
|
1722
|
-
"name": "n",
|
|
1723
|
-
"type": "integer",
|
|
1724
|
-
"required": true
|
|
1725
|
-
}
|
|
1726
|
-
],
|
|
1727
|
-
"produces": [
|
|
1728
|
-
"application/json"
|
|
1729
|
-
],
|
|
1730
|
-
"responses": {
|
|
1731
|
-
"200": {
|
|
1732
|
-
"description": "Streamed JSON responses."
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
"summary": "Stream n JSON responses",
|
|
1736
|
-
"tags": [
|
|
1737
|
-
"Dynamic data"
|
|
1738
|
-
]
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"/user-agent": {
|
|
1742
|
-
"get": {
|
|
1743
|
-
"produces": [
|
|
1744
|
-
"application/json"
|
|
1745
|
-
],
|
|
1746
|
-
"responses": {
|
|
1747
|
-
"200": {
|
|
1748
|
-
"description": "The request's User-Agent header."
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
"summary": "Return the incoming requests's User-Agent header.",
|
|
1752
|
-
"tags": [
|
|
1753
|
-
"Request inspection"
|
|
1754
|
-
]
|
|
1755
|
-
}
|
|
1756
|
-
},
|
|
1757
|
-
"/uuid": {
|
|
1758
|
-
"get": {
|
|
1759
|
-
"produces": [
|
|
1760
|
-
"application/json"
|
|
1761
|
-
],
|
|
1762
|
-
"responses": {
|
|
1763
|
-
"200": {
|
|
1764
|
-
"description": "A UUID4."
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
"summary": "Return a UUID4.",
|
|
1768
|
-
"tags": [
|
|
1769
|
-
"Dynamic data"
|
|
1770
|
-
]
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
"/xml": {
|
|
1774
|
-
"get": {
|
|
1775
|
-
"produces": [
|
|
1776
|
-
"application/xml"
|
|
1777
|
-
],
|
|
1778
|
-
"responses": {
|
|
1779
|
-
"200": {
|
|
1780
|
-
"description": "An XML document."
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
"summary": "Returns a simple XML document.",
|
|
1784
|
-
"tags": [
|
|
1785
|
-
"Response formats"
|
|
1786
|
-
]
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
"tags": [
|
|
1791
|
-
{
|
|
1792
|
-
"description": "Testing different HTTP verbs",
|
|
1793
|
-
"name": "HTTP Methods"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"description": "Auth methods",
|
|
1797
|
-
"name": "Auth"
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"description": "Generates responses with given status code",
|
|
1801
|
-
"name": "Status codes"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"description": "Inspect the request data",
|
|
1805
|
-
"name": "Request inspection"
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"description": "Inspect the response data like caching and headers",
|
|
1809
|
-
"name": "Response inspection"
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"description": "Returns responses in different data formats",
|
|
1813
|
-
"name": "Response formats"
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"description": "Generates random and dynamic data",
|
|
1817
|
-
"name": "Dynamic data"
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"description": "Creates, reads and deletes Cookies",
|
|
1821
|
-
"name": "Cookies"
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"description": "Returns different image formats",
|
|
1825
|
-
"name": "Images"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"description": "Returns different redirect responses",
|
|
1829
|
-
"name": "Redirects"
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"description": "Returns anything that is passed to request",
|
|
1833
|
-
"name": "Anything"
|
|
1834
|
-
}
|
|
1835
|
-
]
|
|
1836
|
-
}
|