Mostly an FYI. On your installation instructions, you have these instructions for permissions.

2. Access GET on User resource : Authenticated user
3. Optional, but recommended (see the `Entity C.R.U.D.` section below):
1. Access GET on Content resource : Anonymous user, Authenticated user
2. Access POST on Content resource : Authenticated user
2. Access PATCH on Content resource : Authenticated user
2. Access DELETE on Content resource : Authenticated user

But it looks like since Drupal 8.2.0 they inherit permissions and removed the specific Restful permissions. JDrupal Connect is still there.

https://www.drupal.org/project/restui/issues/2834963

I'm just getting started, so could be wrong. Thanks for the awesome module.

Comments

bryantt created an issue. See original summary.

bryantt’s picture

Title: Installation instuction » Installation instructions
Issue summary: View changes