Skip to content
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

Support file types #73

Open
1 of 6 tasks
raveclassic opened this issue Nov 12, 2019 · 0 comments
Open
1 of 6 tasks

Support file types #73

raveclassic opened this issue Nov 12, 2019 · 0 comments
Labels
enhancement New feature or request language: typescript asyncapi 2.0 Typescript language template for AsyncAPI 2.0 spec language: typescript 2.0 Typescript language template for Swagger 2.0 spec language: typescript 3.0 Typescript language template for OpenAPI 3.0 spec
Milestone

Comments

@raveclassic
Copy link
Contributor

raveclassic commented Nov 12, 2019

OpenAPI 3.0:

  • Requests:
    • single file uploads
    • upload as part of a multipart request
    • file array in a multipart request
  • Responses:
    • single application/octet-stream or text/plain file - done in Support binary and text responses #129
    • other types such as application/pdf or text/xml
    • embedded files (type: string + format: byte)
@raveclassic raveclassic added language: typescript 2.0 Typescript language template for Swagger 2.0 spec language: typescript 3.0 Typescript language template for OpenAPI 3.0 spec language: typescript asyncapi 2.0 Typescript language template for AsyncAPI 2.0 spec labels Nov 12, 2019
@raveclassic raveclassic added this to the 2.0 milestone Nov 12, 2019
@raveclassic raveclassic added the enhancement New feature or request label Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language: typescript asyncapi 2.0 Typescript language template for AsyncAPI 2.0 spec language: typescript 2.0 Typescript language template for Swagger 2.0 spec language: typescript 3.0 Typescript language template for OpenAPI 3.0 spec
Projects
None yet
Development

No branches or pull requests

1 participant