mserralta
mserralta
I use this kind of query to store client's filters and then apply them. For example user can store a filter like "products of category A, B and C and...
But anyway, being able to write _$query->where('column', 'in', [1,2,3])_ would be nice to have equivalent to _->whereIn('column', [1,2,3])_
Same here....
If your "facebook_token" is not a JSON object but a primitive object (string, integer, etc.) try **form** as parameter's type instead of **body**
Hours looking why they are not splited and I see this. Anyone has the solution to get this? Group the resources by resourceName? Thanks!
Yes. Awesome. I forgot to say we are using your fork and it is what we were looking for. Thanks
@lukas-gitl I am not sure if I understand what you mean. We have `{swaggerVersion": "1.2", "apiVersion": "1.0"}` apiVersion is defined by yourself in .docs() method. SwaggerVersion we kept in 1.2...
@lukas-gitl Oh I see. You're right. In api/spec.json I only get information about my defined models and, instead, the resources are defined in /api/spec/_/resource_list.json where in every listed URL are...
@stephenhelms @lukyoung could you attach the problematic decorator calling to see if my patch can do the trick...??
Notice in master branch this is resolved. You could patch your code until new tag is released...