This serves as a quick overview of the public methods specific to SerializableStructuredNode for the latest version. All NeoModel methods are still present. To create a 'magic' api, simply make the correct models -- see the sample project, and then create an endpoint that returns model.method() for the correct HTTP verb. It's that easy.
deprecated methods not listed
- create_resource
- POST
- update_resource
- PATCH
- deactivate_resource
- DELETE
- get_resource
- get_collection
deprecated methods not listed
- create_relationship -- Many
- POST
- update_relationship -- One or Many
- PATCH
- disconnect_relationship -- Many
- DELETE
- get_relationship