kokhouser / geothing

A lightweight geocaching app for the 21.16th century.
1 stars 0 forks source link

Integrating Swagger For API #1

Closed kokhouser closed 8 years ago

kokhouser commented 8 years ago

Swagger is a famous framework for RESTful API's and it provides an easy interface to document and test API's.

I've found a library that integrates Swagger with NodeJS/Express, but am unsure of how much work it'll take to rewrite the existing code with it. This warrant further research but my gut feeling is that we're better off rewriting soon if we think it's worth it since we don't have that much code at the moment.

kokhouser commented 8 years ago

Decided against using Swagger because it's a whole framework overhaul.