Generic action has `api` nil in context when called from `code_interface`
I have a generic action in my resource:
and I have it set in that resource
Since I have the
Is this a bug? If not, how can I figure out what is the API I should call that function in this case?
and I have it set in that resource
code_interface:Since I have the
define_for in the code_interface I was expecting that the generic action context will have the api key filled with FeedbackCupcake.Accounts so I can fetch it and use in to call read function.Is this a bug? If not, how can I figure out what is the API I should call that function in this case?
