Skip to content

Commit 0b49683

Browse files
author
Matthew Davis
committed
Merge pull request #1 from GoodTRKR/mergeWithMaster
Merged master with develop_2.0
2 parents 5cb800f + c8741cf commit 0b49683

31 files changed

+121
-2264
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
1-
# Swagger Code Generator
1+
# FotitionSDK
22

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

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

8-
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.
7+
## Installation
98

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

11+
```ruby
12+
pod "FotitionSDK", :path => "/path/to/lib"
1213
```
13-
git clone https://github.com/swagger-api/swagger-codegen
1414

15-
cd swagger-codegen
15+
## Recommendation
1616

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

20-
Build a nodejs server stub:
19+
## Author
2120

22-
```
23-
./run-in-docker.sh generate \
24-
-i http://petstore.swagger.io/v2/swagger.json \
25-
-l nodejs \
26-
-o samples/server/petstore/nodejs
27-
```
28-
29-
## Compatibility
30-
The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-codegen project has the following compatibilies with the swagger specification:
3121

3222
Swagger Codegen Version | Release Date | Swagger Spec compatibility | Notes
3323
-------------------------- | ------------ | -------------------------- | -----

0 commit comments

Comments
 (0)