Skip to content

Commit d4b1ad9

Browse files
Merge pull request #19 from ProtocolNebula/feature/8-18-openapi2-and-verify
Feature/8 support for swagger 2
2 parents bbe966e + b15c193 commit d4b1ad9

File tree

15 files changed

+75
-27
lines changed

15 files changed

+75
-27
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
- Support for https remote files
11+
- Support for Swagger 2 files (added [swagger2openapi](https://github.com/Mermade/oas-kit/) which converts the file to OpenAPI V3)
12+
13+
### Changed
14+
- APIs: If no `tags` provided, the URL is splitted and used as `tags`.
15+
-
916
## [2.3.2] - 2021-01-09
1017
### Addded
1118
- `--config-file` parameter

examples/generated/angular2/apis/Auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/BookingManage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/BookingManageAvailability.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/BookingManageDiscounts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/BookingManageRoomPrices.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/Direction.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/FillingManage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/Game.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

examples/generated/angular2/apis/OwnerRooms.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// THIS IS FILE IS AUTO-GENERATED
2-
// PLEASE, NOT MODIFY MANUALLY
1+
// THIS FILE IS AN AUTO GENERATED FILE
2+
// PLEASE, DO NOT MODIFY MANUALLY
33

44
// Angular dependences
55
import { Injectable } from '@angular/core';

0 commit comments

Comments
 (0)