Sin descripción

Inyoung ca2c2ecbff final from the course hace 8 años
__pycache__ 372957c390 first commit hace 8 años
static ca2c2ecbff final from the course hace 8 años
templates ca2c2ecbff final from the course hace 8 años
.gitignore 50a0bceffd initial commit files hace 8 años
README.txt 50a0bceffd initial commit files hace 8 años
app.py ca2c2ecbff final from the course hace 8 años
appunittest1.py ca2c2ecbff final from the course hace 8 años
appunittest2.py ca2c2ecbff final from the course hace 8 años
appunittest3.py ca2c2ecbff final from the course hace 8 años
curls.txt 50a0bceffd initial commit files hace 8 años
impl_interface.py ca2c2ecbff final from the course hace 8 años
implementation.py ca2c2ecbff final from the course hace 8 años
itemlist.txt ca2c2ecbff final from the course hace 8 años
pytest.txt ca2c2ecbff final from the course hace 8 años

README.txt



API Paths available:

/
(HTML login form)



/login
(accepts application/json)



/roof/add
(accepts application/json)



/users/
(takes GET parameter and searches for User by ID)



/roofs/
(takes GET parameter and searches for Roof by Address)



/token
(returns an ASCII token which remains viable for 600 seconds)



/resource
(Returns current user's email address)
INYOUNGISADEVELOPER