Skip to content

fivesmallq/play1-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play1-base

License

Play framework 1.4.x base module for build RESTful api.

Features

  • todo

Usage

To add a dependency on api module. use the following: Add it to your dependencies.yml

require:
    - play
    - play1-base -> api 0.3.8
repositories:
    - play-api:
          type: http
          artifact: http://pek3a.qingstor.com/playbase/play-api/api-0.3.8.zip
          contains:
            - play1-base -> api

Examples

API

TODO

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fivesmallq/play1-base.