dashroshan / coding-contests-companion

💪 Discord bot for coding contests info, notifications, and daily problems from codechef, leetcode, hackerrank, codeforces, atcoder, hackerearth, and geeksforgeeks
MIT License
41 stars 36 forks source link

Implementation of Swagger API for better documentation and testing. #69

Open Saksham1005 opened 11 months ago

Saksham1005 commented 11 months ago

Swagger API will help expose all the routes on a single URL. Thus helping developers to quickly test the APIs developed, that too on the browser itself.

A Sample of Swagger API is as follows- image

alyaa999 commented 8 months ago

@Saksham1005 is it open? I want to work on it..