MarketSquare / robotframework-openapitools

Apache License 2.0
6 stars 1 forks source link

feat: support all application/json-like content types #2

Closed Leemur89 closed 6 months ago

Leemur89 commented 6 months ago

allows to send actual content types that are like the application/json, for instance application/json;charset=utf-8 and application/merge-patch+json

robinmackaij commented 6 months ago

@Leemur89 Both PRs have been merged and part of release 0.1.2 that's now on pypi. Thanks for your contributions!