1
1
# OpenAPIClient-php
2
2
3
- An OpenAPI for EVE Online
3
+ An OpenAPI for EVE Online.
4
4
5
5
This client is generated from the
6
6
"[ underscore routes] ( https://developers.eveonline.com/blog/article/esi-best-practices-using-underscore-routes ) ".
7
7
8
+ It contains one patch that removes validation of all enum attributes because CCP declared extending those to be no
9
+ longer a breaking change, see [ ESI changelog] ( https://github.com/esi/esi-issues/blob/master/changelog.md#2020-05-01 ) .
10
+ This patch might be incomplete if I missed something after an API update.
11
+
8
12
##### Versioning scheme since 1.0.0
9
13
10
14
* Patch: Generated client from a new [ swagger.json] ( https://esi.evetech.net/_latest/swagger.json ) file,
11
15
refer to [ esi-issues/changelog.md] ( https://github.com/esi/esi-issues/blob/master/changelog.md )
12
16
(note, however, that the date is not always correct there) and/or generated with a new patch version
13
- of the generator library
14
- * Minor: Switched to a new minor version of the generator library
17
+ of the generator library.
18
+ * Minor: Switched to a new minor version of the generator library.
15
19
* Major: Switched to a new major version of the generator library, switched to another generator library
16
20
or another breaking change.
17
21
@@ -36,8 +40,7 @@ See https://github.com/OpenAPITools/openapi-generator/releases for generator lib
36
40
37
41
4.0.0
38
42
- Removed previous patches.
39
- - Added patch to removed validation of all enum attributes because CCP declared extending those to be no longer a
40
- breaking change https://github.com/esi/esi-issues/blob/master/changelog.md#2020-05-01 .
43
+ - Added patch to removed validation of all enum attributes.
41
44
42
45
3.2.0
43
46
- Added DISABLE_TYPE_VALIDATION.patch: Disables validation of character notification type (CCP adds new types
0 commit comments