NeotomaDB / api_nodetest

node.js and express implementation for the Neotoma API
MIT License
2 stars 0 forks source link

Need API version number for completed backend migration #48

Closed stryker-m closed 7 years ago

stryker-m commented 7 years ago

A version number is needed as a target for the first migration of the API to nodejs/postgresql backend. This version will match the capabilities for v1 for all endpoints provided though some v1 endpoints may be excluded. One milestone for the vX version is full support of the NeotomaExplorer app. The current versioning in master and dev lists v2 as the next version. Output from endpoints in v2 do not match v1. Creating version 1.5 and a branch from dev would support this.

stryker-m commented 7 years ago

added branches dev_v1.5 and dev_2 to support current targets. Each is a close of master. App needs to be edited to apply version specific routes.