You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have common names for arguments of resource types on the hub.
The ones admin created all use single words (e.g. token) or abbreviations like dbname for "database name" and sslmode for "SSL mode".
The ones I created use camelCase and usually two words like baseUrl and accessToken.
I think it's fairly important for the Hub (and Windmill in general) to suggest a consistent pattern.
e.g.
All authentication tokens should be called token.
Multiple words should be written in snake_case, e.g. base_url.
We should have a consistent argument names for token and baseUrl (or base_url), as pretty much all services I'm thinking of have these two. I'm strongly considering to edit the current ones and re-submit all my scripts to make them consistent with the rest of the platform.
The text was updated successfully, but these errors were encountered:
I'd like to have common names for arguments of resource types on the hub.
The ones
admin
created all use single words (e.g.token
) or abbreviations likedbname
for "database name" andsslmode
for "SSL mode".The ones I created use camelCase and usually two words like
baseUrl
andaccessToken
.e.g.
token
.base_url
.token
andbaseUrl
(orbase_url
), as pretty much all services I'm thinking of have these two. I'm strongly considering to edit the current ones and re-submit all my scripts to make them consistent with the rest of the platform.The text was updated successfully, but these errors were encountered: