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
43 stars 40 forks source link

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

Open Saksham1005 opened 1 year ago

Saksham1005 commented 1 year 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 1 year ago

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