Patrick McCarren
Patrick McCarren
Add the missing EventServiceProvider file. Closes #11, esbenp/distributed-laravel#8
As I started to use larapi, I found my self using something like `cp && find|sed` to bootstrap a new resource from a "template" directory. I have been considering adding...
It would be awesome if we could use api2go as a golang client, accessing a jsonapi server. Most of the functionality is currently in place, however this seems like it...
Reuse of custom filter within the same query will result in redundant joins. To resolve this, we cache a list of joins and skip redundant ones. Closes #43
Added the ability to fetch partial bodies. Ex: 'TEXT'
The asset `https://static.opentok.com/hardware-setup/v1/js/opentok-hardware-setup.js` is outdated, and does not match the version in this repo.
Allow optional per namespace route configuration.
Update stale deps to be inline with Laravel 5.7/5.8+
This allows string based IDs, such as UUIDs, behave correctly. Closes #6
String based IDs are not supported as they are always cast [as an integer](https://github.com/esbenp/architect/blob/1719a25ca2f8cde1520bdb898c317f695b84e7b8/src/ModeResolver/IdsModeResolver.php#L33,L41). This breaks keys based with strings, such as UUIDs.