parser-api icon indicating copy to clipboard operation
parser-api copied to clipboard

Does not seem to support contentType

Open nitinthewiz opened this issue 5 years ago • 0 comments

  • Platform: AWS Lambda
  • Mercury Parser API Version: 0.0.1
  • Node Version: v12.11.1

Expected Behavior

API endpoint should allow contentType as text or markdown

Current Behavior

It seems the contentType argument is not present in the code, as the code only takes url and html from the request -

https://github.com/postlight/mercury-parser-api/blob/b6a04af54b3d734e96aa72e487659c087ba09295/src/parse-html.js#L6

Steps to Reproduce

  1. Hosted on AWS Lambda as per instructions, can provide link if needed.
  2. I just tried to make a GET and POST calls, with the contentType set to text and that doesn't seem to work

Detailed Description

Possible Solution

Code should be updated to accept opts as per Mercury parse - https://github.com/postlight/mercury-parser/blob/b0e708aac6a4e7e10986448a132d60df57c45b00/src/mercury.js#L13

nitinthewiz avatar Jan 29 '20 00:01 nitinthewiz