pancakeswap / pancake-info-api

Serverless API implementation for PancakeSwap on-chain data query.
327 stars 271 forks source link

Openapi Definition 📝 #114

Open josuablejeru opened 2 years ago

josuablejeru commented 2 years ago

This PR includes an Openapi definition V3 based on the documentation provided in this Repo.

Based on the Openapi definition developers can create types and test the API with SwaggerUI (which can be also hosted by Pancake swap itself) 👨‍🚀

One major feature is the ability to create an SDK based on this definition 🚀. Please reach out to me if any help is needed. If the Pancake Developers decide against this I will provide one myself on NPM and post the URL in a comment.

josuablejeru commented 2 years ago

@ChefKai could you pls review my PR? 😄