Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ferdikoomen/openapi-typescript-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tomohisa/openapi-typescript-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 25, 2021

  1. FormData as [FromForm] RequestBody

    If content is 'multipart/form-data'
    Instead of
    body: requestBody,
    make it
    formData: formData
    Tomohisa Takaoka committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1575e8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from tomohisa/fix-form-data

    FormData as [FromForm] RequestBody
    tomohisa authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    208d03a View commit details
    Browse the repository at this point in the history
  3. to use dist

    Tomohisa Takaoka committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    672a6c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from tomohisa/fix-form-data

    to use dist
    tomohisa authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c6de580 View commit details
    Browse the repository at this point in the history
  5. Fix Bug

    type should be any when use of formData
    Tomohisa Takaoka committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2a8690c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from tomohisa/fix-form-data

    Fix Bug
    tomohisa authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    6e8bcb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update getResponseBody.hbs

    Make it possible to return blob type.
    tomohisa committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    7bf9ed1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from tomohisa/fix-form-data

    Update getResponseBody.hbs
    tomohisa authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    246b7b5 View commit details
    Browse the repository at this point in the history
  3. Blob Files

    fix to support blob files
    tomohisa committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9a12602 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Update Response Body

    Add octet-stream too.
    tomohisa committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a4a9fef View commit details
    Browse the repository at this point in the history
  2. Update Spacing

    tomohisa committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0a8a442 View commit details
    Browse the repository at this point in the history
  3. Update index.js

    forgot build file
    tomohisa committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    bf39c53 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    e1f4ce1 View commit details
    Browse the repository at this point in the history
Loading