Skip to content
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

Work on docs #37

Merged
merged 5 commits into from
Dec 10, 2019
Merged

Work on docs #37

merged 5 commits into from
Dec 10, 2019

Conversation

serras
Copy link
Collaborator

@serras serras commented Dec 6, 2019

Fixes #31
Fixes #36

@serras serras requested a review from kutyel December 6, 2019 15:11
docs/middleware.md Outdated Show resolved Hide resolved
Co-Authored-By: Flavio Corpa <flavio.corpa@47deg.com>
docs/rpc.md Outdated Show resolved Hide resolved
Co-Authored-By: Flavio Corpa <flavio.corpa@47deg.com>
Copy link
Member

@kutyel kutyel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome, every time we add new docs the usage becomes clearer and clearer (and the API also improves 😉), good job! 🙌

docs/rpc.md Outdated Show resolved Hide resolved
docs/schema.md Show resolved Hide resolved
docs/transformer.md Show resolved Hide resolved
sayHello :: (MonadServer m, WithLog env String m)
=> HelloRequest -> m HelloResponse
sayHello (HelloRequest nm) = do
logInfoN "running hi"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be logDebug or something like that from the co-log library? 🤔

docs/transformer.md Outdated Show resolved Hide resolved
serras and others added 2 commits December 10, 2019 17:04
Co-Authored-By: Flavio Corpa <flavio.corpa@47deg.com>
Co-Authored-By: Flavio Corpa <flavio.corpa@47deg.com>
@serras serras merged commit 701d334 into master Dec 10, 2019
@serras serras deleted the more-docs branch December 10, 2019 16:06
kutyel pushed a commit that referenced this pull request Jan 4, 2022
Fixes #31
Fixes #36

Co-Authored-By: Flavio Corpa <flavio.corpa@47deg.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document support for transformers in ServerT Document new annotations design
2 participants