Skip to content Skip to sidebar Skip to footer
Showing posts with the label Restful Authentication

Authenticating To Visualstudioonline Rest Api With Personal Access Token Using Python 3.6

I am trying to use the VisualStudioOnline REST API using python 3.6. (Plenty of examples using pyt… Read more Authenticating To Visualstudioonline Rest Api With Personal Access Token Using Python 3.6

Combining Flask-restless, Flask-security And Regular Python Requests

My goal is to provide a REST API to my web application. Using: Python 2.7.5 Flask==0.10.1 Flask-Re… Read more Combining Flask-restless, Flask-security And Regular Python Requests