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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
During API integration I found that we need to provide POST request body data in format
{ field0: <>, field1: <>, ..., fieldX: <> }
But in case of PDD creation we're using a policy that requires a lot of top-level and nested fields in such format.
We're querying schema now but It's kind of difficult to keep integrations actual
Maybe it's better to have some kind of aliases for fields?
Inspired by descriptions among fields: https://docs.hedera.com/guardian/guardian/demo-guide/renewable-energy-credits/demo-using-apis#request-body-1
Beta Was this translation helpful? Give feedback.
All reactions