Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/validate-proto-http

Validate gRPC HTTP options mapping the methods to JSON.
https://github.com/altipla-consulting/validate-proto-http

Last synced: about 1 month ago
JSON representation

Validate gRPC HTTP options mapping the methods to JSON.

Awesome Lists containing this project

README

        

# validate-proto-http

Validate gRPC HTTP options mapping the methods to JSON.

## Install

```shell
curl -sSL https://git.io/fjE3d | sudo bash
```

## Usage

Run the app in the folder where you want to scan recursively all the protos:

```shell
validate-proto-http
```

## Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.

## Running tests

Run the tests:

```shell
make test
```

## License

[MIT License](LICENSE)