Tronje Krop

Results 65 comments of Tronje Krop

My 2 cents on this issue: 1. The problem details are usually not described in the API and must be expected to change over time. As long as the API...

@julienlau sorry for the late reply. Yes, we intentionally left out service operation aspects, when we created this API guideline over 8 years ago, and concentrated on the technical aspects...

We will add some more remarks on the internal tooling for rate-limiting we use. Since it is open source and provides open source documentation, we think that Zalando as well...

Intervals or periods following the ISO-8601 standard restricted by RFC-3339 are actually quite simple to implement using `date-time` and `duration` implementations: The delimiter `/` is required and unique for the...

We actually have a `Java/JavaScript` library for this, that was retracted already 5 to 6 years ago from Zalando's Open Source GH repository. It was using simple filtering on top...

@sareykaj Yes, I used the term `filter`-sets and `embed`-combinations to describe that I suggest to provide a list of valid filter and embed keyword combinations that are supported instead of...

@slok There may be an interesting follow up problem. After I tried the example, I'm trying the generation on my own api-code and getting the following error: ```bash $ docker...

Actually, with a bit of thinking I also found a solution for this: ```bash docker run -it --rm --user $(id -u):$(id -g) --env HOME=/app \ --volume $(pwd):/app --volume=${GOPATH}:/go \ ghcr.io/slok/kube-code-generator:v0.2.0...