insodoc / insomnia-documenter

Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
MIT License
492 stars 59 forks source link

Update php.js #81

Closed wavpro closed 2 years ago

wavpro commented 2 years ago

CURLOPTS_HTTPHEADER doesn't exist, instead use CURLOPT_HTTPHEADER. Headers need to be strings, and there are no single qoutes present in the generated code.

wavpro commented 2 years ago

Bump @jozsefsallai this and #82