Showing
77 changed files
with
3095 additions
and
0 deletions
MAIN/.editorconfig
0 → 100644
MAIN/.gitignore
0 → 100644
MAIN/.travis.yml
0 → 100644
MAIN/CHANGELOG.md
0 → 100644
MAIN/CODE_OF_CONDUCT.md
0 → 100644
MAIN/CONTRIBUTING.md
0 → 100644
MAIN/LICENSE
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/README.md
0 → 100644
MAIN/docs/.vuepress/config.js
0 → 100644
MAIN/docs/.vuepress/public/favicon.ico
0 → 100644
No preview for this file type
MAIN/docs/CONTRIBUTING.md
0 → 100644
MAIN/docs/README.md
0 → 100644
MAIN/docs/api-reference.md
0 → 100644
MAIN/docs/api-reference/client.md
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/docs/api-reference/exceptions.md
0 → 100644
MAIN/docs/api-reference/middleware.md
0 → 100644
MAIN/docs/api-reference/oauth.md
0 → 100644
MAIN/docs/getting-started.md
0 → 100644
MAIN/docs/getting-started/basic-usage.md
0 → 100644
MAIN/docs/getting-started/install.md
0 → 100644
MAIN/docs/getting-started/requirements.md
0 → 100644
MAIN/docs/guide.md
0 → 100644
MAIN/docs/guide/client.md
0 → 100644
MAIN/docs/guide/typescript.md
0 → 100644
MAIN/docs/guide/webhook.md
0 → 100644
MAIN/examples/echo-bot-ts/.gitignore
0 → 100644
MAIN/examples/echo-bot-ts/README.md
0 → 100644
MAIN/examples/echo-bot-ts/environment.d.ts
0 → 100644
MAIN/examples/echo-bot-ts/index.ts
0 → 100644
MAIN/examples/echo-bot-ts/package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/examples/echo-bot-ts/package.json
0 → 100644
MAIN/examples/echo-bot-ts/tsconfig.json
0 → 100644
MAIN/examples/echo-bot/README.md
0 → 100644
MAIN/examples/echo-bot/index.js
0 → 100644
MAIN/examples/echo-bot/package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/examples/echo-bot/package.json
0 → 100644
MAIN/examples/kitchensink.zip
0 → 100644
No preview for this file type
MAIN/examples/kitchensink/.gitignore
0 → 100644
MAIN/examples/kitchensink/README.md
0 → 100644
File mode changed
MAIN/examples/kitchensink/index.js
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/examples/kitchensink/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
MAIN/examples/kitchensink/package.json
0 → 100644
62.8 KB
80.2 KB
No preview for this file type
MAIN/examples/kitchensink/static/rich/1040
0 → 100644
No preview for this file type
MAIN/examples/kitchensink/static/rich/240
0 → 100644
No preview for this file type
MAIN/examples/kitchensink/static/rich/300
0 → 100644
No preview for this file type
MAIN/examples/kitchensink/static/rich/460
0 → 100644
No preview for this file type
MAIN/examples/kitchensink/static/rich/700
0 → 100644
No preview for this file type
MAIN/lib/client.ts
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/lib/endpoints.ts
0 → 100644
MAIN/lib/exceptions.ts
0 → 100644
MAIN/lib/http.ts
0 → 100644
MAIN/lib/index.ts
0 → 100644
MAIN/lib/middleware.ts
0 → 100644
MAIN/lib/types.ts
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/lib/utils.ts
0 → 100644
MAIN/lib/validate-signature.ts
0 → 100644
MAIN/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
MAIN/package.json
0 → 100644
MAIN/scripts/deploy-docs.sh
0 → 100644
MAIN/scripts/generate-changelog.sh
0 → 100644
MAIN/scripts/generate-changelog.ts
0 → 100644
MAIN/test/client.spec.ts
0 → 100644
This diff is collapsed. Click to expand it.
MAIN/test/helpers/line-icon.png
0 → 100644
15 KB
MAIN/test/helpers/stream.ts
0 → 100644
MAIN/test/helpers/stream.txt
0 → 100644
MAIN/test/helpers/test-server.ts
0 → 100644
MAIN/test/http.spec.ts
0 → 100644
MAIN/test/middleware.spec.ts
0 → 100644
MAIN/test/utils.spec.ts
0 → 100644
MAIN/test/validate-signature.spec.ts
0 → 100644
MAIN/tsconfig.json
0 → 100644
-
Please register or login to post a comment