Re: Python-list Digest, Vol 183, Issue 13

2018-12-13 Thread Afriyie Abraham Kwabena
x27;s Topics: > > 1. setup.py and licensing questions (songbird) > 2. Help - Python REST API (Afriyie Abraham Kwabena) > 3. Re: zeroed out (Dennis Lee Bieber) > 4. Re: zeroed out (MRAB) > 5. Re: setup.py and licensing questions (Ben Finney) > 6. Re: Help - Python R

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