Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 155 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 155 Bytes

FastAPI

Simple api using python and Flask

JSON structure

{ 'id': 'userid', 'name': 'username', 'lastname': 'userlastname', 'age': userage (int) }