You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project to build the swagger-core library, which is required for the Wordnik
implementation of the Swagger spec. You can find out more about both the spec and the
framework at https://swagger.wordnik.com. For more information about Wordnik's APIs, please
visit https://developer.wordnik.com.
See the Wiki!
The github wiki contains documentation, samples, etc. Start there
Version history
v1.2.4 Jun-5 2013
- Fixed `@Api` paths with slashes
- Added support for model detection with deep recursion (#176)
- i18n support (#190)
v1.2.3 Apr-24 2013
- Updated to Jackson 2.1.4
- Fix for generics as input/output values
- Add manual model definitions
v1.2.2 Apr-8 2013
v1.2.0 Nov-27 2012
- Updated listing path to /api-docs.json
- Moved swagger-play2 and swagger-play2-utils to maven central
- Added test and integration test through default maven integration-test lifecycle
v1.0 Aug-10 2011
- Initial release of swagger
Pre-release versions will be suffixed with SNAPSHOT and RC appropriately. If you want the
release version, please grab it by tag (i.e. v1.0 for the release)
Prerequisites
You need the following installed and available in your $PATH:
scala-play2-no-format Scala-based Play2 sample app without the .{format} in resource listing
To run the Play2 sample apps:
cd samples/java-play2
play run
License
Copyright 2013 Reverb Technologies, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API