swag-webhook-events/.gitignore
Anton Kuranda 630d1e7cb8 Redoc ready fix (#2)
* HOOK-11: Initial webhook events swagger commit

* fix .gitignore

* hotfix

* added signature header

* fix

* fix

* fixed after some comments (not at all)

* fixed after other comments

* fixed doc about retry policy

* Fixed camelCase

* Fixed

* fixed

* added amount minimum

* removed host

* fixed minor bug

* added payload to required fields

* added partyId

* added description about queue policy

* fix resend policy depends of http-code

* removed x-request-id header

* -added ReDoc infrastructure
- completely reformat spec structure

* added gitignore

* forgot to add gitignore, removed node_modules

* readme fix

* removed web_deploy

* removed unnecessary wsd

* changed eventid type

* review fix #1

* wording fix, build fix
2017-04-25 17:44:38 +03:00

39 lines
498 B
Plaintext

# Dir for API portal deploy
web_deploy
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# CI
.wercker
.idea/