Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. applying RESTful Best Practices
    • use HTTP operations instead of URL encoded operation names
    • GET does not modify any object (read-only safety operation)
    • PUT and DELETE are idempotent operations
  2. use URL parameters for search and filter restrictions

In the near feature I would also like to replace the current search NodeCond with FIQL searchqueries.

Role Interface

CRUD operations:

...