Tronje Krop
Tronje Krop
While `\uxxxx` are valid characters in a JSON string, they can create failures when leaving the JSON context, e.g. by writing to a database or piping it to through tools....
Our **HAL**-based rule [Should: Allow Optional Embedding of Sub-Resources](https://opensource.zalando.com/restful-api-guidelines/#158) predates our new [Must: Use Common Hypertext Controls](https://opensource.zalando.com/restful-api-guidelines/#164) guideline and may not fit perfectly in this new world. I'm wondering whether...
In the context of #391 we had stumbled about a very specific problem how to best **update** *resources* which leads to multiple discussions (see https://github.com/zalando/restful-api-guidelines/issues/391#issuecomment-403156420 and https://github.bus.zalan.do/Sokoban/rutherfordium/pull/17#discussion_r551990) including the API...
Zally is missing to expose the `swagger-parser` errors and silently succeeding instead of failing with violations. The `swagger-parser` creates a number of failure messages when discovering syntax errors. These are...
Following simple API example ``` openapi: 3.0.0 info: x-api-id: 10eab089-30d0-4dd1-9be7-2948c322b82b x-audience: company-internal version: "0.1.0" title: "My API" paths: /test: get: responses: 200: description: test content: application/json: schema: type: object properties:...
When providing an API by URL, the EDIT button is not working. The VALIDATE button works fine.
It seems as if there is a switch preventing the rules to get into action on Open API version 3.1.0, that has been released on Feb 15th, 2021. Checking APIs...
Hi rest driver developers, in our work in Zalando, we stumbled over the challenge to test our REST clients for streaming APIs using rest driver. We did this by extending...
fixes #503. Simply adds a `nil` check to `SetResult` to ensure that it can be used fluently. Also adds a simple unit test to ensure that the current panic will...
It would be very helpful for API designers and implementers to be reminded to enable the compression on their endpoints. Zally can remind API designers to do this and thereby...