An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kanna

> Kanna is a light webhook test server for webhook application developing

[![Go][go-badge]][go]
[![CircleCI](https://circleci.com/gh/KeisukeYamashita/kanna.svg?style=svg&circle-token=f8c88dac122efb85847edff652e653c1111c07d1)](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]
![License](https://img.shields.io/badge/license-Apache%202.0-%23E93424)

## 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