Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yugui committed Jun 11, 2015
1 parent d0bfbea commit 2d3c800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
}
```


## More Examples
More examples are available under `examples` directory.
* `echo_service.proto`, `a_bit_of_everything.proto`: service definition
Expand All @@ -181,13 +180,14 @@ More examples are available under `examples` directory.
* Method parameters in request path
* Method parameters in query string
* Mapping streaming APIs to JSON streams
* Mapping HTTP headers with `Grpc-Metadata-` prefix to gRPC metadata

### Want to support
But not yet.
* Integrated authentication
* bytes and enum fields in path parameter
* Optionally generating the entrypoint
* Optionally emitting API definition for [Swagger](http://swagger.io)
* Integrated authentication. #4
* bytes and enum fields in path parameter. #5
* Optionally generating the entrypoint. #8
* Optionally emitting API definition for [Swagger](http://swagger.io). #9

### No plan to support
But patch is welcome.
Expand Down

0 comments on commit 2d3c800

Please sign in to comment.