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
Use the DeepDAO API to populate the governance address info and some contextual information.
The data model for the DAOs, addresses, and categories/platforms for context has been created. We need to transform the responses returned by API request into records that can be saved to the database. This is probably best done with a handler class that has some methods for extracting, transforming, and loading the data. See the comments in the data model for what fields in the API responses could go where.
The text was updated successfully, but these errors were encountered:
Use the DeepDAO API to populate the governance address info and some contextual information.
The data model for the DAOs, addresses, and categories/platforms for context has been created. We need to transform the responses returned by API request into records that can be saved to the database. This is probably best done with a handler class that has some methods for extracting, transforming, and loading the data. See the comments in the data model for what fields in the API responses could go where.
The text was updated successfully, but these errors were encountered: