Ilya Rubnich

Results 2 comments of Ilya Rubnich

I found this interface you can implement in the docs: https://pkg.go.dev/github.com/manyminds/api2go/jsonapi#MarshalMeta So you can do it like this: ```go type Book struct { Id string } func (b Book) Meta()...

Just wanted to bump this and give a +1 to adding a boolean to support all 5XX-level errors instead of just 502-504 gateway errors. My reasoning for wanting this is...