code-corps / deprecated-code-corps-rails-api

Rails API for Code Corps.
https://codecorps.org
MIT License
25 stars 15 forks source link

Document posts api #454

Closed madisonsites closed 8 years ago

madisonsites commented 8 years ago

@JoshSmith Issue #415

I didn't create a multiple posts response just yet, but wanted a feedback on how this is thus far... 😸

joshsmith commented 8 years ago

@madisonsites I've updated the ordering some here and fixed a bug. Make sure you preview at localhost:8081. There was a parse error. You can either run a linter locally or try to run something like Atom's preview to see if errors present.

Let me know if my changes make sense and you're okay with them.

madisonsites commented 8 years ago

All understood @JoshSmith ! Thank you!

joshsmith commented 8 years ago

@madisonsites need to suggest some stylistic changes based on some things I've discovered in writing more docs.

joshsmith commented 8 years ago

One thing we need to do is format each indented line by four spaces. This would go for things like Attributes for example.

joshsmith commented 8 years ago

@madisonsites you said you were going to tackle this again this evening, right?

madisonsites commented 8 years ago

@JoshSmith Yep, opening it up now