ri0t1985 / api-creator

Project that allows you to turn static website data into an API through CSS selectors
MIT License
6 stars 0 forks source link

Allow the user the option to not strip HTML from a returned value #8

Open ri0t1985 opened 7 years ago

ri0t1985 commented 7 years ago

Currently we always perform strip_tags on the returned response.

The user should be allowed to specify if they want this for a particular value or not.