Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !6177

Support media types other than json

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/bodograumann/typescript-refactor-media-types into typescript-refactor-master May 05, 2020
  • Overview 0
  • Commits 8
  • Pipelines 0
  • Changes 29

Created by: bodograumann

Currently the new typescript generator only supports receiving http responses with Content-Type: application/json. This is an approach to support other media types as well. In particular the first goal is to allow parsing arbitrary binary files as HttpFile. Later other media types, like xml could be added (possibly togglable with an config option to not always pull in the relevant parser library)

Please have a look, when you find the time @TiFu. The file download is not quite finished though.

Cf. #802 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/bodograumann/typescript-refactor-media-types