carrot / restful-api-spec

Carrots spec/process for building RESTful APIs
MIT License
14 stars 0 forks source link

Not sure if you're interested, but made a node function for interfaces #9

Closed corysimmons closed 7 years ago

corysimmons commented 7 years ago

https://github.com/corysimmons/status-interfaces

Helps me. Dunno if you guys have something like this (or better) or if it's all done on Go side, but maybe it'll be helpful.

ofc, feel free to close this whenever

BrandonRomano commented 7 years ago

Thanks for the share, this looks very similar to something that we've written in Go:

https://github.com/go-carrot/response

We write a lot of our APIs in Go, but we still do use Javascript.

This library I shared actually follows the base interface we've proposed in #8. So technically is future-spec for this repo.

corysimmons commented 7 years ago

Ah, nice, I'm glad I pinged you Brandon. I like wrapping all that cruft in meta as well. Will update my lib.