-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steve/better docs #110
Steve/better docs #110
Conversation
docs/404.html
Outdated
@@ -0,0 +1,24 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It believe it's generated by default with jekyll new
. Seems ok to me.
docs/index.md
Outdated
**Json:** | ||
|
||
```scala | ||
val client = new HaberdasherClientJson(httpService) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't we want to remove the jsonclient? let's do that and not document it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's part of the Twirp protocol, and also an officially supported proto3 serialization format, so we do want to support it as a general matter in this library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we had a discussion about this already and decided to remove it. Happy to discuss this again if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest twinagle release fixes the issue with the Json client, so we don't need to remove it. Let's mention the binary protobuf client first, and documenting that it should be used unless a human being needs to look at the data on the wire?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed
docs/index.md
Outdated
```scala | ||
import twitch.twirp.example.haberdasher.HaberdasherService | ||
|
||
class ServiceImpl extends HaberdasherService { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's call this HaberdasherServiceImpl
then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed
84263dd
to
3c74031
Compare
3c74031
to
933c547
Compare
No description provided.