Tino Fuhrmann
5fd3be29bd
Ensured up to date
2020-04-27 00:09:32 +02:00
Tino Fuhrmann
e4a0855db9
Fixed a couple issues with pom.xml
2020-04-27 00:09:31 +02:00
Tino Fuhrmann
9297e59053
Removed tabs in TypeScriptClientCodegen
2020-04-27 00:09:31 +02:00
Tino Fuhrmann
fb6f8c5344
Added jquery library
2020-04-27 00:09:31 +02:00
Tino Fuhrmann
8d8e57f1f9
Added gitignore and git_push
2020-04-27 00:09:31 +02:00
Tino Fuhrmann
fcbecc4dbd
Fixed compilation issues in TypeScriptClientCodegen
2020-04-27 00:08:46 +02:00
Tino Fuhrmann
40f3c4f4dd
Removed accidentally created generated code
2020-04-27 00:08:46 +02:00
Tino Fuhrmann
35d3cc20c9
Added comments & license info
2020-04-27 00:08:46 +02:00
Tino Fuhrmann
7a372acbed
Fixed date-time and date handling
2020-04-27 00:08:46 +02:00
Tino Fuhrmann
c8c58b4f5e
Configure discriminator correctly
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
861f774c56
Made discriminator and attributeTypeMap readonly
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
df970ae8b1
Added promise based middleware
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
1d27563a41
Use observables internally
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
aeef285190
Restructured module layout
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
8068315f79
Remove tab
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
e11a5a9395
Use string union for enums
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
a00e342505
Made api call configuration separately settable
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
7786f2e9fb
Fixed file uploads
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
1c2943dcc8
Additional tests for pet store api
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
c5c9a59060
Removed tabs in DefaultCodegen
2020-04-27 00:08:28 +02:00
Tino Fuhrmann
8bfb88cd76
Removed tabs in TypeScriptClientCodegen
2020-04-27 00:08:02 +02:00
Tino Fuhrmann
35b98cf2bc
Added handling for different http status codes and test for deletePet
2020-04-27 00:08:02 +02:00
Tino Fuhrmann
e41df36261
Added simple test for PetApi
2020-04-27 00:07:33 +02:00
Tino Fuhrmann
525f48d694
Added server variable configuration to ts-refactor
2020-04-27 00:07:33 +02:00
Tino Fuhrmann
988df1f7a5
Removed tabs from TypeScriptClientCodegen
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
3eaa5e54ef
Removed TODOs
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
7909cbaec7
Reverted: http library.send returns string again
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
a6560e5530
Restructured TypeScript generator
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
61a1bbdabe
Added middleware to fetch
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
e40d94984f
Implemented fetch client
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
a8ec866117
Implemented RequestFactory and Processor completely
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
f5b062957d
WIP: api modeling
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
d4fa8c7f72
Updated auth
2020-04-27 00:07:21 +02:00
Tino Fuhrmann
6b2a2289f2
WIP: Models & API
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
b89646a223
Added sample for typescript client
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
276d7d47e5
Added servers
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
1cc6fb0421
Added auth module
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
1a31c48ceb
Added model generation with imports
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
6638cef37a
Modified http lib, added config & middleware definition to ts-fetch
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
05f64c6732
Added generic enum
2020-04-27 00:07:20 +02:00
Tino Fuhrmann
06d9556f13
Added http module draft
2020-04-27 00:07:20 +02:00
William Cheng
cef5470ea8
Add Http signature authentication test to fake petstore spec ( #6054 )
...
* add endpoint to test http signature
* update plugin version
2020-04-25 23:39:41 +08:00
Kieran Simpson
0e276bef19
Add input flag for Gradle openApiGenerate task ( #5966 )
2020-04-24 22:20:40 -04:00
Sebastien Rosset
e8f486ba7f
[Python experimental] Readme improvements ( #6031 )
...
* Python experimental readme improvements
* Python experimental readme improvements
* execute scripts in bin directory
2020-04-25 00:10:32 +08:00
Sebastien Rosset
58908e6494
[codegen] change x-oneOf-name to x-one-of-name. Consistency with naming conventions and x-all-of-name ( #5820 )
...
* change x-oneOf-name to x-one-of-name.
* Add code comments
* Add code comments
2020-04-25 00:07:15 +08:00
Justin Black
8e8471c1fd
[CORE] Fixes composed schema discriminator map ( #4906 )
...
* Adds addComposedMappedModels and testComposedSchemaOneOfDiscriminatorMap
* Requires that discriminators be required properties
* Strengthens discriminaotr validation, adds better error messages, adds schema oneof samples
* Adds oneOf and anyOf invalidDiscriminator tests
* Updates incorrect addOneOfInterfaceModel invocation
* Runs ensure-up-to-date
* Adds updates from Sebastien Rosset
* Removes newlines
* Uses df.isString
* Fixes tests be correctly setting df.isString
* Updates discriminatorExplicitMappingVerbose description per PR feedback
* Adds description of how mappedModels is populated
* Adds the suggestion exception raising when a MappedModel mappingName is null
* Actually resolves merge conflicts
* Switches two methods to package private because they are needed for testing
* Allow nulls in MappedModel.getMappingName
* Updates CLI flag name to legacyDiscriminatorBehavior, default=true
Co-authored-by: William Cheng <wing328hk@gmail.com >
2020-04-25 00:01:02 +08:00
William Cheng
45bbe4922b
Add test for allOf without object type ( #6042 )
...
* add test for allof without object type
* add comments to test cases
2020-04-24 23:41:42 +08:00
sunn
234053fed9
Export response code to worker ( #6021 )
2020-04-24 14:46:25 +02:00
sunn
649daed9a9
Export valid and set status of properties ( #6020 )
2020-04-24 14:44:48 +02:00
Sebastien Rosset
6ad5e5fb45
[Python experimental] Add __setattr__ function to ensure signing_info.host is the same as configuration.host when the user assigns signing info ( #6033 )
...
* Add __setattr__ function to ensure signing_info.host is the same as configuration.host when the user assigns signing info
* Add __setattr__ function to ensure signing_info.host is the same as configuration.host when the user assigns signing info
2020-04-23 23:16:31 -07:00