-
Notifications
You must be signed in to change notification settings - Fork 30
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
Payload HTTP Backend Example #225
Comments
If you use |
|
Issue for reference: hoodunit/purescript-payload#7 |
We're able to get really great insights into cookbook usability by reviewing your stream of submitting a recipe:
Kudos for adding Also, feel free to suggest ways that we could make the cookbook more user-friendly. For example with our organization, the instructions we're giving to users, available issue templates, or anything else. Some comments from reviewing the stream:
Edit: #228
Git Tips:
A note on branch naming: |
) * Convert template suggestions to table and other contributing edits Follow-up to #225 (comment) * Formatting adjustments
Recipe Name
Each recipe name must be unique. Use PascalCase.
Recipe Description
A simple API example for the strongly typed HTTP backend payload. Ideally, it would show an API that allows for get all, get by id and insert, at least.
I already implemented something using
AVar
, and I was wondering whether this is too complicated for a single recipe? The alternative would be using files instead (to keep state across calls), but then it would also complicates matters due to encoding/decoding.Do you think it would be an useful recipe?
PS: I cannot use
StateT
because it's not currently possible yet (in payload). I added an issue, and am willing to update this when/if it gets resolved.The text was updated successfully, but these errors were encountered: