Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 703 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 703 Bytes

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.