cloudcreativity / json-api

Framework agnostic JSON API serialisation and deserialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add id validators for client generated ids.

lindyhopchris opened this issue · comments

Add id validators that can check for existence and format of a client generated id, as per the JSON-API spec for client generated ids.

Moving this to 0.7.0 as this feature is required for current work.

Closing this as the package is deprecated. The Laravel package has an incomplete test for client generated ids, so that will remind me to implement it there.