You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding tests for roles endpoint
* Feature: Create Discord API Endpoint to Remove Role from User (#82)
* add an api endpoint to relete role on discord
* revert commits to urls
* add test for remove guild role api
* remove unwanted changes
* add proper response headers
* adding tests for roles endpoint
* [Feature] Add APIs for fetching role information
* removing unnecessary constants
* Adding headers in response objects
* Adding extra try blocks in utils to handle errors
* Throwing errors when something goes wrong
* moving test constants to fixtures
* changing error type thrown on bad request
* Using roles url of discord to get roles details
* Raising different PR for /verify string (#94)
* raising different PR for /verify string
* resolved the comment
* fix lint issue
* fix lint issue
---------
Co-authored-by: Bikash Singh <[email protected]>
Co-authored-by: Ritik Jaiswal <[email protected]>
Co-authored-by: Sunny Sahsi <[email protected]>
"Please verify your identity by clicking the link above and granting authorization to the Real Dev Squad. This will allow us to manage your Discord data.";
33
+
34
+
exportconstROLE_FETCH_FAILED=
35
+
"Oops! We are experiencing an issue fetching roles.";
0 commit comments