siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Swagger #37

Closed russleyshaw closed 7 years ago

russleyshaw commented 7 years ago

Basically, we are going to manually end up doing everything that Swagger provides.

It basically uses JSON Schema underneath which is what we are directly using.

I can't help but think that using Swagger would do most of the work for us and keep everything clean. I don't think it would be a lot of work to switch over anyways

jonsimington commented 7 years ago

i've heard good things about swagger. was going to implement it at my project at work but didn't have the time to translate the api

user404d commented 7 years ago

Swagger looks good and if it will help to keep things maintainable/manageable then I'm all for it.

russleyshaw commented 7 years ago

Transitioning to Development

russleyshaw commented 7 years ago

Nevermind. We already have endpoints created and a verification process. This could be implemented in a later date but don't add much right now.