Skip to content

A module for play-framework to expose swagger compatible APIs from play

Notifications You must be signed in to change notification settings

mruangutai/swagger-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger Play Framework Module

Overview

This is a project to add swagger to play-framework; an implementation of the Swagger spec.
You can find out more about both the spec and the framework at http://swagger.wordnik.com.
For more information about Wordnik's APIs, please visit http://developer.wordnik.com.

Prerequisites

You need the following installed and available in your $PATH:

  • - Play Framework 1.2.3
  • - Scala 2.8.1 (http://www.scala-lang.org)

    To build

    The swagger-play module depends on swagger-core-1.1, which is not in a public repo as of now. Please clone and build that project:

    git clone [email protected]:wordnik/swagger-core.git
    
    cd swagger-core
    ant
    

    Get the dependencies for the swagger-play module:

    play deps
    

    after building, copy the swagger-core-1.1.jar into your lib folder:

    rm lib/swagger-core.*
    cp ../swagger-core/build/swagger-core-1.1.jar ./lib
    

    Now you can build the module:

    play build-module
    
  • About

    A module for play-framework to expose swagger compatible APIs from play

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published