Skip to content

Ayush3401/Campus_Quora_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Campus Quora API

Authorization -

To access the API get access token from microsoft identity platform .

Send a POST request at /login/

with Header = {
    "Authorization" : Access Token,
}

You will recieve response : -

{  
    "username" : "Your microsoft email id",  
    "access token" : "Access token to be used for authentication here on",  
    "refresh token" : "Refresh token to refresh the access token"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages