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
This issue is for swapping out the any place we are calling our stubbed projects API for the Agora API.
https://vote.optimism.io/api_v1/projects. Reach out if you need the API key for testing but obviously we don't want it hardcoded anywhere. Also keep in mind that this endpoint returns projects that we do not need to show. The authority on whther we need to show a project or not is the mapping returned by our api/stub/mapping endpoint.
The text was updated successfully, but these errors were encountered:
I don't think we currently use the api/stub/projects endpoint anywhere in our codebase. Once the project data is initially seeded into our db, I think we'll only need to hit the Agora API when we add new projects. So this ticket will have a lot of overlap with #63
It looks like the Agora API doesn't expose a project detail /projects/{ID} endpoint for some reason. So when the time comes to add new projects to our db, I guess we'll need loop over every project returned from /projects
This issue is for swapping out the any place we are calling our stubbed projects API for the Agora API.
https://vote.optimism.io/api_v1/projects
. Reach out if you need the API key for testing but obviously we don't want it hardcoded anywhere. Also keep in mind that this endpoint returns projects that we do not need to show. The authority on whther we need to show a project or not is the mapping returned by ourapi/stub/mapping
endpoint.The text was updated successfully, but these errors were encountered: