Không có mô tả

Inyoung db9eab5645 testing change 7 năm trước cách đây
__pycache__ d8bdc14335 Fixing merge conflict 7 năm trước cách đây
static ca2c2ecbff final from the course 7 năm trước cách đây
templates ca2c2ecbff final from the course 7 năm trước cách đây
.gitignore 50a0bceffd initial commit files 8 năm trước cách đây
README.txt 50a0bceffd initial commit files 8 năm trước cách đây
app.py ca2c2ecbff final from the course 7 năm trước cách đây
appunittest.py 8789861224 validation prompt, calculation 7 năm trước cách đây
appunittest1.py ca2c2ecbff final from the course 7 năm trước cách đây
appunittest2.py d8bdc14335 Fixing merge conflict 7 năm trước cách đây
appunittest3.py ca2c2ecbff final from the course 7 năm trước cách đây
curls.txt 50a0bceffd initial commit files 8 năm trước cách đây
impl_interface.py ca2c2ecbff final from the course 7 năm trước cách đây
implementation.py ca2c2ecbff final from the course 7 năm trước cách đây
itemlist.txt d8bdc14335 Fixing merge conflict 7 năm trước cách đây
pytest.txt ca2c2ecbff final from the course 7 năm trước cách đây
testing.txt db9eab5645 testing change 7 năm trước cách đây

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