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
If you call File.show it will try to call RestClient.new.show instead of CdnClient.new.show.
The text was updated successfully, but these errors were encountered:
SteveRedka
changed the title
If you don't use prefix for client_service, it ignores "only" argument
If you don't use prefix for client_service, it ignores ":only" argument
Jan 17, 2020
Let's assume we have an entity working with two APIs. For example:
If you call
File.show
it will try to callRestClient.new.show
instead ofCdnClient.new.show
.The text was updated successfully, but these errors were encountered: