webflow / js-webflow-api

Node.js SDK for the Webflow Data API
https://www.npmjs.com/package/webflow-api
296 stars 95 forks source link

What does installer mean? #66

Closed sebbASF closed 1 year ago

sebbASF commented 1 year ago

It's good that there is now a way to access 'GET /user', but the method name 'installer' is not at all obvious.

The description for the request is 'Basic information about the current authorized user.'.

I think it would be clearer to call the method 'current_user' or similar, rather than 'installer', which suggests something entirely different.

johnagan commented 1 year ago

The person that installed the app/auth. This wouldn't be "Current User". I'm open to another name for it

sebbASF commented 1 year ago

The name 'authenticatedUser' (as per #67) works well for me. Thanks.

johnagan commented 1 year ago

great! thank you for sharing the feedback 😎