Skip to content

Why is accept hard coded? Can it be changed to */* until a better solution is created? #669

Open
@PaulDotmatics

Description

@PaulDotmatics

Description

const headers = Object.entries({
	Accept: 'application/json',
	...additionalHeaders,
	...options.headers,
})

Why is it hard coded to application/json wouldnt */* be better?

OpenAPI specification (optional)

No response

Configuration

N/A All of them do it

System information (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🔥Something isn't workinghelp wanted 🙋This issue is unlikely to be prioritized, please contribute a pull request if you'd like it resolved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions