Sem descrição

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

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