stoplightio / http-spec

Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem.

Home Page:https://stoplight.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support OAS2 TSV encoding

chris-miaskowski opened this issue · comments

Just a quick note:

Our types disallow the use of parameters TSV encoding.

	    // case 'tsv':
    //   content.encodings.push({
    //     property: parameter.name,
    //     style: HttpParamStyles.?,
    //     explode: false,
    //   });
    //   break;

User story.
As a {user_type}, I can do {some_user_action}, so that I can {some_user_value}.

Is your feature request related to a problem?
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

@chris-miaskowski if this is still relevant could you update it?

I'm going to close this issue since it seems to not be relevant anymore given the lack of info. Feel to re-open and add more context if still relevant.