Nolann B.

Results 5 comments of Nolann B.

@rodrcastro We are using `data` instead of `json` to handle any content type. If you want to send `text/csv`, `text/plain` or `multipart`, you can’t use `json`, it’s just a shorthand...

but we can set it to `json` for `application/json`, if customers really want to see this instead of `data`

@SamyPesse @rodrcastro I've updated the code to handle `json={}` for `application/json` and `data={}` for others content type, I made this because we had a past issue to handle multiple content...

@SamyPesse Probably not the sexiest approach, but this way we can preserve the initial HTML (desktop TOC) and switch to the Sheet TOC for mobile, so no duplicate I’m not...

@DerKip The issue has been fixed and merged. Let us know if you encounter any further problems.