-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[typescript] Generate documentation and examples #9413
[typescript] Generate documentation and examples #9413
Conversation
462f9bb
to
4222aeb
Compare
74385c4
to
f25fe51
Compare
f25fe51
to
4e24bbc
Compare
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Outdated
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Outdated
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Show resolved
Hide resolved
samples/openapi3/client/petstore/typescript/builds/default/PetApi.md
Outdated
Show resolved
Hide resolved
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**tags** | [**Array<string>**](string.md)| Tags to filter by | defaults to undefined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string.md probably doesn't exist, need to check for basic types.
samples/openapi3/client/petstore/typescript/builds/default/PetApi.md
Outdated
Show resolved
Hide resolved
samples/openapi3/client/petstore/typescript/builds/default/PetApi.md
Outdated
Show resolved
Hide resolved
samples/openapi3/client/petstore/typescript/builds/default/PetApi.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some minor improvements.
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Outdated
Show resolved
Hide resolved
...napi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptClientCodegen.java
Outdated
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Outdated
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Outdated
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Outdated
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Outdated
Show resolved
Hide resolved
modules/openapi-generator/src/main/resources/typescript/api_doc.mustache
Outdated
Show resolved
Hide resolved
8f8a109
to
c993952
Compare
c993952
to
a9509a5
Compare
fb475dd
to
0aa52d2
Compare
b72293a
to
b4ffffb
Compare
b4ffffb
to
5c7e104
Compare
I guess the CI is good now, can anyone take a look please? |
Looks good to me - Circleci failure is unrelated. Thank you for the PR! |
@wing328 TS-TC: Could you please shed some light on the below error? I am getting some workflow error that I can't really pin-point to this PR: CC
|
This broke something:
Here's a dumbed-down, redacted version of my YAML. I cannot post the whole YAML as it's an internal document.
|
Many thanks! Let me revert this in the meantime. |
@NouemanKHAL Could you please review and re-file (sorry!) with a fix for the spec that @lwj5 provided? |
* master: (849 commits) Don't use encodeCollectionQueryParameter on maps (OpenAPITools#10116) Fixed the utc time issue for httpSigning auth. (OpenAPITools#10139) [dart][dio] Update built_value to =>8.1.0 (OpenAPITools#10122) Add Inquisico to list of generator users (OpenAPITools#10142) add my companies to README (OpenAPITools#10146) [C][Client] Allocate memory for the element of array when the type is number (OpenAPITools#10124) update samples Fixed typo in csharp-netcore httpclient generated code (OpenAPITools#10119) Typescript-angular: Added missing semi colon to interface export in `apis.ts` template file. (OpenAPITools#10121) Fix issue 10020: [BUG] [typescript-angular] Add "header" to reserved words (OpenAPITools#10091) Add missing samples for OpenAPITools#9857 [typescript] FIX: Generate documentation and examples OpenAPITools#9413 (OpenAPITools#9857) Feat adds has discriminator with non empty mapping (OpenAPITools#9667) Add switches (authentication collections) to support files (OpenAPITools#9884) [dart-dio-next] improve encodeCollectionQueryParameter to handle cases where collectionFormat is null (OpenAPITools#10105) [go-server] Feat: add required assertions to models (OpenAPITools#10068) [dart2] Include request body on DELETE call (OpenAPITools#10100) Make php's array a primitive (OpenAPITools#10093) Fix typo (preffer -> prefer) (OpenAPITools#10098) Fix typo on rust client (OpenAPITools#10096) ...
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
,5.1.x
,6.0.x