{% extends "master.html" %} {% block title %} API | pagure {% endblock %} {%block tag %}index{% endblock %} {% block content %}

Pagure API Reference

This documentation describes the Pagure API v0.

{{ api_doc |replace('h1', 'h2') }}

List of the API endpoints:

Projects

{% for html in projects %} {{ html | InsertDiv | safe }} {% endfor %}

Issues

{% for html in issues %} {{ html | InsertDiv | safe }} {% endfor %}

Pull-requests

{% for html in requests %} {{ html | InsertDiv | safe }} {% endfor %}

Users

{% for html in users %} {{ html | InsertDiv | safe }} {% endfor %}

Extras

{% for html in extras %} {{ html | InsertDiv |safe }} {% endfor %}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}