Geen omschrijving

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

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