{% extends "base.html" %} {% block content %}
{% block title %}YellWOWPages - API{% endblock %}

API

Search user: /api/user/{username}

Get all users: /api/user/

{% endblock %}