2019-07-14 19:42:40 +02:00
<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta charset = "utf-8" / >
< title > Users — FitTrackee 0.2.1-beta documentation< / title >
< link rel = "stylesheet" href = "../_static/bootstrap-sphinx.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script type = "text/javascript" src = "../_static/jquery.js" > < / script >
< script type = "text/javascript" src = "../_static/underscore.js" > < / script >
< script type = "text/javascript" src = "../_static/doctools.js" > < / script >
< script type = "text/javascript" src = "../_static/language_data.js" > < / script >
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
2019-07-14 20:44:10 +02:00
< link rel = "next" title = "Troubleshooting" href = "../troubleshooting/index.html" / >
2019-07-14 19:42:40 +02:00
< link rel = "prev" title = "Statistics" href = "stats.html" / >
< meta charset = 'utf-8' >
< meta http-equiv = 'X-UA-Compatible' content = 'IE=edge,chrome=1' >
< meta name = 'viewport' content = 'width=device-width, initial-scale=1.0, maximum-scale=1' >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< script type = "text/javascript" src = "../_static/js/jquery-1.11.0.min.js " > < / script >
< script type = "text/javascript" src = "../_static/js/jquery-fix.js " > < / script >
< script type = "text/javascript" src = "../_static/bootstrap-3.3.7/js/bootstrap.min.js " > < / script >
< script type = "text/javascript" src = "../_static/bootstrap-sphinx.js " > < / script >
< / head > < body >
< div id = "navbar" class = "navbar navbar-default navbar-fixed-top" >
< div class = "container" >
< div class = "navbar-header" >
<!-- .btn - navbar is used as the toggle for collapsed navbar content -->
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".nav-collapse" >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "../index.html" >
FitTrackee< / a >
< span class = "navbar-text navbar-version pull-left" > < b > < / b > < / span >
< / div >
< div class = "collapse navbar-collapse nav-collapse" >
< ul class = "nav navbar-nav" >
2019-07-19 12:26:19 +02:00
< li > < a href = "https://github.com/SamR1/FitTrackee" > GitHub< / a > < / li >
2019-07-14 19:42:40 +02:00
< li class = "dropdown globaltoc-container" >
< a role = "button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
2019-07-14 20:44:10 +02:00
href="../index.html">Docs < b class = "caret" > < / b > < / a >
2019-07-14 19:42:40 +02:00
< ul class = "dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc">< ul class = "current" >
< li class = "toctree-l1" > < a class = "reference internal" href = "../installation.html" > Installation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../features.html" > Features< / a > < / li >
< li class = "toctree-l1 current" > < a class = "reference internal" href = "index.html" > API documentation< / a > < / li >
2019-07-14 20:44:10 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "../troubleshooting/index.html" > Troubleshooting< / a > < / li >
2019-07-14 19:42:40 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "../changelog.html" > Change log< / a > < / li >
< / ul >
< / ul >
< / li >
< li class = "dropdown" >
< a role = "button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc">< ul >
< li > < a class = "reference internal" href = "#" > Users< / a > < / li >
< / ul >
< / ul >
< / li >
< li >
< a href = "stats.html" title = "Previous Chapter: Statistics" > < span class = "glyphicon glyphicon-chevron-left visible-sm" > < / span > < span class = "hidden-sm hidden-tablet" > « Statistics< / span >
< / a >
< / li >
< li >
2019-07-14 20:44:10 +02:00
< a href = "../troubleshooting/index.html" title = "Next Chapter: Troubleshooting" > < span class = "glyphicon glyphicon-chevron-right visible-sm" > < / span > < span class = "hidden-sm hidden-tablet" > Troubleshooting » < / span >
2019-07-14 19:42:40 +02:00
< / a >
< / li >
< li class = "hidden-sm" >
< div id = "sourcelink" >
< a href = "../_sources/api/users.rst.txt"
rel="nofollow">Source< / a >
< / div > < / li >
< / ul >
< form class = "navbar-form navbar-right" action = "../search.html" method = "get" >
< div class = "form-group" >
< input type = "text" name = "q" class = "form-control" placeholder = "Search" / >
< / div >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< / div >
< div class = "container" >
< div class = "row" >
< div class = "body col-md-12 content" role = "main" >
< div class = "section" id = "users" >
< h1 > Users< a class = "headerlink" href = "#users" title = "Permalink to this headline" > ¶< / a > < / h1 >
2019-07-19 12:02:49 +02:00
< p > work in progress< / p >
2019-07-14 19:42:40 +02:00
< dl class = "get" >
< dt id = "get--api-users" >
< code class = "sig-name descname" > GET < / code > < code class = "sig-name descname" > /api/users< / code > < a class = "headerlink" href = "#get--api-users" title = "Permalink to this definition" > ¶< / a > < / dt >
< dd > < p > Get all users< / p >
< / dd > < / dl >
< dl class = "get" >
< dt id = "get--api-users-(user_id)" >
< code class = "sig-name descname" > GET < / code > < code class = "sig-name descname" > /api/users/< / code > < span class = "sig-paren" > (< / span > < em class = "sig-param" > user_id< / em > < span class = "sig-paren" > )< / span > < a class = "headerlink" href = "#get--api-users-(user_id)" title = "Permalink to this definition" > ¶< / a > < / dt >
< dd > < p > Get single user details< / p >
< / dd > < / dl >
2019-07-19 12:02:49 +02:00
< dl class = "get" >
< dt id = "get--api-users-(user_id)-picture" >
< code class = "sig-name descname" > GET < / code > < code class = "sig-name descname" > /api/users/< / code > < span class = "sig-paren" > (< / span > < em class = "sig-param" > user_id< / em > < span class = "sig-paren" > )< / span > < code class = "sig-name descname" > /picture< / code > < a class = "headerlink" href = "#get--api-users-(user_id)-picture" title = "Permalink to this definition" > ¶< / a > < / dt >
< dd > < p > get user picture< / p >
< / dd > < / dl >
< dl class = "get" >
< dt id = "get--api-ping" >
< code class = "sig-name descname" > GET < / code > < code class = "sig-name descname" > /api/ping< / code > < a class = "headerlink" href = "#get--api-ping" title = "Permalink to this definition" > ¶< / a > < / dt >
< dd > < p > health check endpoint< / p >
< / dd > < / dl >
2019-07-14 19:42:40 +02:00
< / div >
< / div >
< / div >
< / div >
< footer class = "footer" >
< div class = "container" >
< p class = "pull-right" >
< a href = "#" > Back to top< / a >
< / p >
< p >
© Copyright 2019, SamR1.< br / >
Created using < a href = "http://sphinx-doc.org/" > Sphinx< / a > 2.1.2.< br / >
< / p >
< / div >
< / footer >
< / body >
< / html >