Skip to content
json logo

JSON

JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.

Here are 1,416 public repositories matching this topic...

bbprojectnet
bbprojectnet commented Jul 10, 2019

Hi,

It's possible to custom actions/routes call proper method in authorizer? When we create resource, create method is called, so if i had custom action/route DELETE foo for users resource it should call foo method in authorizer, or deleteFoo or fooDelete or something like this ;)

My code example:

$api
	->resource('users')
	->authorizer('users')
	->only('create', 'rea
wisepotato
wisepotato commented Jun 26, 2019

I would expect isImmutable property of Attr to throw an error when i am updating an entity

tests:

  • If i update a todo with immutable property (x) and mutable property (y), i expect an error (401/403 whatever) to be thrown or atleast for me to define the expected behaviour
  • If i update a todo with immutable property (x) only I expect an error

follow up: Can i define a property to no

You can’t perform that action at this time.