Fork me on GitHub
#pedestal
<
2017-03-19
>
deg18:03:09

I'm reading through https://github.com/cognitect-labs/vase/blob/master/docs/your_first_api.md, trying to grok it all, and cleaning up some small typos. I found two somewhat larger issues, and wanted to check before I trample: 1) It looks like the section "Working with POST data" is duplicated by the material in the later section "Getting data in with transact". The latter seems to be more useful and complete. I'd like to delete "Working with POST data" entirely. 2) The whole presentation of this material is awkward. The ...service.edn file starts with a much more complete set of examples, and the new user is expected to replace sections with shorter pieces. Instead, I think it would be cleaner to change the file to contain the final results suggested by yourfirst_api.md, and to leave the remaining material in comments.