nachiket-synerzip / versioned-play-api

Versioned REST APIs - trial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trial Play REST API versioning
=====================================

Trying out versioning in Java Play framework. There are two versions (v1 and v2) which are specified through the URL.
The main controller checks the version number and accordingly invokes the service for V1 or V2.
V2 is inherited from V1. The extra features, bug fixes etc for V1 can be added in V2 class.

About

Versioned REST APIs - trial


Languages

Language:Java 83.5%Language:Scala 16.5%Language:CSS 0.0%