Skip to content

Commit

Permalink
added back duplicate models #43 and syntax for 1.2 support #48
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Aug 29, 2013
1 parent 3c70360 commit 4e485ab
Show file tree
Hide file tree
Showing 13 changed files with 213 additions and 100 deletions.
2 changes: 1 addition & 1 deletion lib/swagger-api-listing-spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/swagger-execution-spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/swagger-http-spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/swagger-operation-spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/swagger-request-spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 112 additions & 49 deletions lib/swagger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"description": "swagger.js is a javascript client for use with swaggering APIs.",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "http://swagger.wordnik.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/swagger-api-listing-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.api_key = 'special-key'

describe 'Swagger Api Listing', ->
describe 'Swagger Api Listing for version 1.2 spec', ->

beforeEach ->
success = ->
Expand Down
2 changes: 1 addition & 1 deletion src/swagger-execution-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.api_key = 'special-key'

describe 'SwaggerRequest', ->
describe 'SwaggerRequest for version 1.2 spec', ->

beforeEach ->
success = ->
Expand Down
2 changes: 1 addition & 1 deletion src/swagger-http-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.api_key = 'special-key'

describe 'SwaggerRequest', ->
describe 'SwaggerHttp for version 1.2 spec', ->

beforeEach ->
success = ->
Expand Down
2 changes: 1 addition & 1 deletion src/swagger-operation-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.api_key = 'special-key'

describe 'SwaggerRequest', ->
describe 'Operations for version 1.2 spec', ->

beforeEach ->
success = ->
Expand Down
2 changes: 1 addition & 1 deletion src/swagger-request-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.api_key = 'special-key'

describe 'SwaggerRequest', ->
describe 'SwaggerRequest for version 1.2 spec', ->

beforeEach ->
success = ->
Expand Down
Loading

0 comments on commit 4e485ab

Please sign in to comment.