SocialPass / socialpass

Hosting the next generation of events
https://registry.socialpass.io
Other
1 stars 0 forks source link

REFACTOR: Moralis API Interface #13

Closed crypto-rizzo closed 2 years ago

crypto-rizzo commented 2 years ago

There are two external API calls to the Moralis interface here: https://github.com/nftylabs/socialpass/blob/master/backend/apps/gates/Blockchain.py

These routes needed to be audited and refactored to ensure API client best practices (error handling, retries, etc.)

The API Spec can be found here: https://deep-index.moralis.io/api-docs/v2/swagger.json

crypto-rizzo commented 2 years ago

related to #44