-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert assemble_nexus_url to modern API
#390
Convert assemble_nexus_url to modern API
#390
Conversation
|
This is the easy bit of #329 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the rename, is this a breaking change?
Depends on whether you think the original function was ever considered public. I think probably not. |
|
Probably not |
| # The assembled URL | ||
| dispatch :default_impl do | ||
| param 'Stdlib::HTTPUrl', :nexus_url | ||
| param 'Hash', :params |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should probably put the return type in here too.
d15a402
to
015922b
Compare
…xus_url Convert `assemble_nexus_url` to modern API
No description provided.