You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If signature does NOT match, raise InvalidSignatureError.
369
371
370
372
```python
@@ -411,7 +413,7 @@ When event is instance of MessageEvent and event.message is instance of TextMess
411
413
412
414
#### Set default handler method
413
415
414
-
You can set default handler method by using `default` decorator.
416
+
You can set default handler method by using `default` decorator.
415
417
416
418
`default(self)`
417
419
@@ -528,14 +530,16 @@ Sample echo-bot using [Flask](http://flask.pocoo.org/)
528
530
529
531
Sample bot using [Flask](http://flask.pocoo.org/)
530
532
531
-
## Sphinx (API document)
533
+
## API document
532
534
533
535
```
534
536
$ cd docs
535
537
$ make html
536
-
$ open _build/html/index.html
538
+
$ open build/html/index.html
537
539
```
538
540
541
+
OR [](http://line-bot-sdk-python.readthedocs.io/en/latest/?badge=latest)
0 commit comments