Re: Help - Python REST API (war: Python-list Digest, Vol 183, Issue 13)

2018-12-13 Thread dieter
Afriyie Abraham Kwabena writes: > ... > Thanks for the reply maybe I did not explain myself very well but is it > possible to apply this scenario to a database server like MySQL where I can > write some python code to post, get, delete, etc to the database? However the > client (python code I h

Re: Help - Python REST API

2018-12-13 Thread dieter
Afriyie Abraham Kwabena writes: > Am trying to create a basic authorization server using client credentials > flow and client so that the > client can send it credentials using REST methods (POST) to the authorization > server. Authrization server then > respond with access token. After the acc

Re: Help - Python REST API

2018-12-12 Thread Ben Finney
Afriyie Abraham Kwabena writes: > Am trying to create a basic authorization server using client > credentials flow and client so that the client can send it credentials > using REST methods (POST) to the authorization server. At minimum, this implies that you are implementing a web server (eithe

Help - Python REST API

2018-12-12 Thread Afriyie Abraham Kwabena
Hi, Am trying to create a basic authorization server using client credentials flow and client so that the client can send it credentials using REST methods (POST) to the authorization server. Authrization server then respond with access token. After the access, client can POST, GET, etc to the