jaytaylor / swagger-play

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

Home Page:http://swagger.wordnik.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

(This is for Play 1.2.x. If you're working with Play 2.0 Beta, please look at https://github.com/ayush/swagger-play2)

Prerequisites

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

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

    To build

    The swagger-play module depends on swagger-core_2.8.1-1.1. You can find this artifact in a public maven repo:

    https://oss.sonatype.org/content/repositories/releases/com/wordnik/swagger-core_2.8.1/

    Get the dependencies for the swagger-play module:

    export SCALA_HOME=path/to/scala-2.8.1
    play deps --sync
    play build-module
    
  • About

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

    http://swagger.wordnik.com/


    Languages

    Language:Scala 69.7%Language:Java 24.7%Language:Python 5.7%