belgif / rest-guide

REST Guidelines of Belgian government institutions
https://www.belgif.be/specification/rest/api-guide/
Apache License 2.0
24 stars 4 forks source link

#36 add 4 new standardized problem types #66

Closed pvdbosch closed 3 years ago

pvdbosch commented 4 years ago

adds internalServerError, badGateway, tooManyFailedRequests, payloadTooLarge problem types

Adding the two last ones need to be validated by the WG.

pvdbosch commented 3 years ago

@wsalembi or @smals-chlo , could you review this pull request?

It adds four new problem types as discussed in the WG.

I've added a "limit" property in the payloadTooLarge problem, specifying the max payload size in bytes.

smals-chlo commented 3 years ago

Thanks @pvdbosch , it's OK for me.

pvdbosch commented 3 years ago

tnx for the review, I'll merge