https://github.com/keisukeyamashita/kanna
Webhook tester written in Go
https://github.com/keisukeyamashita/kanna
go kanna webhook
Last synced: 4 months ago
JSON representation
Webhook tester written in Go
- Host: GitHub
- URL: https://github.com/keisukeyamashita/kanna
- Owner: KeisukeYamashita
- License: apache-2.0
- Created: 2019-10-07T16:15:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T05:10:58.000Z (over 5 years ago)
- Last Synced: 2025-07-01T04:05:18.841Z (5 months ago)
- Topics: go, kanna, webhook
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Kanna
> Kanna is a light webhook test server for webhook application developing
[![Go][go-badge]][go]
[](https://circleci.com/gh/KeisukeYamashita/kanna)
[![GolangCI][golangci-badge]][golangci]
[![Go Report Card][go-report-card-badge]][go-report-card]
[![GoDoc][godoc-badge]][godoc]
[![Dependabot][dependabot-badge]][dependabot]

## How to run
See how to use Kanna.
### Basic
The request will be in stdout.
```
$ go run cmd/kanna/kanna.go
```
### Flags
* `--type`: You can select `stdout`, `json`. Default is `stdout`
* `--statusCode`: You can select all status code.
* `--verbose=false`: Verbose output
## Author
* [KeisukeYamashita](https://github.com/KeisukeYamashita)
## License
Copyright 2019 The Kanna Authors.
Kanna is released under the Apache License 2.0.
[go]: https://golang.org/dl
[go-badge]: https://img.shields.io/badge/Go-1.13-blue
[godoc]: https://godoc.org/github.com/KeisukeYamashita/kanna
[godoc-badge]: https://img.shields.io/badge/godoc.org-reference-blue.svg
[golangci]: https://golangci.com/r/github.com/KeisukeYamashita/kanna
[golangci-badge]: https://golangci.com/badges/github.com/KeisukeYamashita/kanna.svg
[go-report-card]: https://goreportcard.com/report/github.com/KeisukeYamashita/kanna
[go-report-card-badge]: https://goreportcard.com/badge/github.com/KeisukeYamashita/kanna
[dependabot]: https://dependabot.com
[dependabot-badge]: https://badgen.net/badge/icon/Dependabot?icon=dependabot&label&color=blue