auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
637 stars 308 forks source link

feat: consistency between delete and remove #834

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Most methods are called delete, while two were named remove. This PR ensures we use delete instead of remove where applicable.

Checklist