Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
# Swagger Code Generator
# FotitionSDK

[![Build Status](https://travis-ci.org/swagger-api/swagger-codegen.png)](https://travis-ci.org/swagger-api/swagger-codegen)
## Requirements

## Overview
This is the swagger codegen project, which allows generation of client libraries automatically from a Swagger-compliant server.
The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.

Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for other languages and more.
## Installation

## Build and run using docker
To install it, put the API client library in your project and then simply add the following line to your Podfile:

```ruby
pod "FotitionSDK", :path => "/path/to/lib"
```
git clone https://github.com/swagger-api/swagger-codegen

cd swagger-codegen
## Recommendation

./run-in-docker.sh mvn package
```
It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.

Build a nodejs server stub:
## Author

```
./run-in-docker.sh generate \
-i http://petstore.swagger.io/v2/swagger.json \
-l nodejs \
-o samples/server/petstore/nodejs
```

## Compatibility
The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-codegen project has the following compatibilies with the swagger specification:

Swagger Codegen Version | Release Date | Swagger Spec compatibility | Notes
-------------------------- | ------------ | -------------------------- | -----
Expand Down
Loading