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
Seems ResourceApiBase class inherits from ApiBase class and both have a body_to_json() method. The methods do the same thing and therefore ResourceApiBase does not need its own body_to_json() method. Especially considering that the one in ResourceApiBase is susceptible to an unhandled exception condition.
The text was updated successfully, but these errors were encountered:
Seems ResourceApiBase class inherits from ApiBase class and both have a body_to_json() method. The methods do the same thing and therefore ResourceApiBase does not need its own body_to_json() method. Especially considering that the one in ResourceApiBase is susceptible to an unhandled exception condition.
The text was updated successfully, but these errors were encountered: