I am creating a Swagger specification for the Camunda ReST API so that I can code-generate a client. Because the Camunda API returns dates in a format that is not quite standard, I am only able to consume date fields as strings and then convert them to dates in my application code.
Switching to an RFC3339 compliant date format in a future version of the API will improve compatibility with tools like Swagger.
This is the controller panel for Smart Panels app
use RFC3339 date/time format in ReST API
I am creating a Swagger specification for the Camunda ReST API so that I can code-generate a client. Because the Camunda API returns dates in a format that is not quite standard, I am only able to consume date fields as strings and then convert them to dates in my application code.
Switching to an RFC3339 compliant date format in a future version of the API will improve compatibility with tools like Swagger.