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
Currently all of RC calls return the json format we receive from each API provider, which leads to a lot of work to access common field on the user end.
We need to provide instead a common response object that has methods for accessing these fields (like doi, title, authors, etc.)
The text was updated successfully, but these errors were encountered:
The master branch as of release v1.1.1 has the _ScholInfraResponse class which we can use for this.
We can wrap the returned params meta, timing, message in that -- then add accessor methods. It could be serialized as JSON, for storing results during the workflow steps in RCGraph
Currently all of RC calls return the json format we receive from each API provider, which leads to a lot of work to access common field on the user end.
We need to provide instead a common response object that has methods for accessing these fields (like doi, title, authors, etc.)
The text was updated successfully, but these errors were encountered: