Aucune description

Inyoung db9eab5645 testing change il y a 7 ans
__pycache__ d8bdc14335 Fixing merge conflict il y a 7 ans
static ca2c2ecbff final from the course il y a 7 ans
templates ca2c2ecbff final from the course il y a 7 ans
.gitignore 50a0bceffd initial commit files il y a 8 ans
README.txt 50a0bceffd initial commit files il y a 8 ans
app.py ca2c2ecbff final from the course il y a 7 ans
appunittest.py 8789861224 validation prompt, calculation il y a 7 ans
appunittest1.py ca2c2ecbff final from the course il y a 7 ans
appunittest2.py d8bdc14335 Fixing merge conflict il y a 7 ans
appunittest3.py ca2c2ecbff final from the course il y a 7 ans
curls.txt 50a0bceffd initial commit files il y a 8 ans
impl_interface.py ca2c2ecbff final from the course il y a 7 ans
implementation.py ca2c2ecbff final from the course il y a 7 ans
itemlist.txt d8bdc14335 Fixing merge conflict il y a 7 ans
pytest.txt ca2c2ecbff final from the course il y a 7 ans
testing.txt db9eab5645 testing change il y a 7 ans

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