Skip to content

reid-me/autoroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play! Playframework auto route Plugin

Example

You just writed routes file
GET /users/1 Application.home

generated the code as below

GET /users/1.json Application.home
or
GET /users/1.xml Application.home

Installation

Under dependecies.yml
require:
- play → autoroute 0.1

Configuration

Under applicaton.conf
autoroute.format=json,xml (you want)

About

Playframework auto routing plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages