We are using the old API as our base URL
https://api.scorer.gitcoin.co/
And for example for the analysis score, we are using this path:
/passport/analysis/${address}?model_list=ethereum_activity
and for the passport score, we are using this path:
/registry/score/${ScorerID}/${address}
And for the stamps, we are using this path:
/registry/stamps/${address}
Passport has updated their infra so we should migrate so that it doesn't stop working on us suddenly. The migration docs are here:
https://docs.passport.xyz/building-with-passport/stamps/passport-api/migrate
If there are UI changes you think we should make to accomodate it, let me know!
We are using the old API as our base URL
https://api.scorer.gitcoin.co/
And for example for the analysis score, we are using this path:
/passport/analysis/${address}?model_list=ethereum_activity
and for the passport score, we are using this path:
/registry/score/${ScorerID}/${address}
And for the stamps, we are using this path:
/registry/stamps/${address}
Passport has updated their infra so we should migrate so that it doesn't stop working on us suddenly. The migration docs are here:
https://docs.passport.xyz/building-with-passport/stamps/passport-api/migrate
If there are UI changes you think we should make to accomodate it, let me know!