Keine Beschreibung

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

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