暫無描述

Inyoung 131f5a42e1 First update in a while 8 年之前
static 131f5a42e1 First update in a while 8 年之前
templates 131f5a42e1 First update in a while 8 年之前
.gitignore 50a0bceffd initial commit files 8 年之前
README.txt 50a0bceffd initial commit files 8 年之前
app.py 131f5a42e1 First update in a while 8 年之前
curls.txt 50a0bceffd initial commit files 8 年之前

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