Roberto Polli
Roberto Polli
Any news on that?
I stubbed a custom function implementation based on the current oasOpSecurityDefined https://github.com/italia/api-oas-checker/pull/482/files#diff-02327926eb1e6d9b33c3d62bd55da90506c59ad3f913f7431785468be07bd713 Does make sense to you to add something like this in spectral? It is probably an easy feature...
Ok, but shouldn't the following raise? ``` In [12]: yaml.safe_load(""" ...: %YAML 1.2 ...: --- ...: a: 0o12 ...: """) Out[12]: {'a': '0o12'}
FYI there's an ongoing work for standardizing ratelimit headers under HTTP, that is supported by various implementors and governments. See: - https://tools.ietf.org/html/draft-polli-ratelimit-headers-03 - https://github.com/ioggstream/draft-polli-ratelimit-headers ``` RateLimit-Limit: 100 RateLimit-Remaining: 50 RateLimit-Reset:...
For now it would just be great to mention the draft in the README, so that I can: * add actix-ratelimit in the I-D implementor list * if you like...
Hi @awwright > Can you please quote the parts of the spec you're referring to? I'm not sure it's normative, but I've been pointed here once https://datatracker.ietf.org/doc/html/rfc8126#section-1.1 In https://ietf-wg-httpapi.github.io/mediatypes/draft-ietf-httpapi-rest-api-mediatypes.html#name-iana-considerations we...
Since we are addressing the media type registration in another draft, I expect to split the data format here and the media type there. We will discuss the topic of...
Here you can find an example of the direction I think the document should take https://docs.google.com/document/d/1eCqISxrHeyLdzTUMRTuMntVGjC0Vbc0-ZmoLlIx97WE/edit?usp=drivesdk But it's Jason and Ben that will take care of that. I am just...
@handrews sure. I think some of the above points are going to be discussed in the media type registration repo.
@handrews Probably I was mistakenly referencing RFC 6839, but now I don't remember :) I'll close, since rfc 6839 is mentioned.