Нема описа

Inyoung db9eab5645 testing change пре 7 година
__pycache__ d8bdc14335 Fixing merge conflict пре 7 година
static ca2c2ecbff final from the course пре 7 година
templates ca2c2ecbff final from the course пре 7 година
.gitignore 50a0bceffd initial commit files пре 8 година
README.txt 50a0bceffd initial commit files пре 8 година
app.py ca2c2ecbff final from the course пре 7 година
appunittest.py 8789861224 validation prompt, calculation пре 7 година
appunittest1.py ca2c2ecbff final from the course пре 7 година
appunittest2.py d8bdc14335 Fixing merge conflict пре 7 година
appunittest3.py ca2c2ecbff final from the course пре 7 година
curls.txt 50a0bceffd initial commit files пре 8 година
impl_interface.py ca2c2ecbff final from the course пре 7 година
implementation.py ca2c2ecbff final from the course пре 7 година
itemlist.txt d8bdc14335 Fixing merge conflict пре 7 година
pytest.txt ca2c2ecbff final from the course пре 7 година
testing.txt db9eab5645 testing change пре 7 година

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