@app.route(r.recipe_latest, method="GET")
        def get_latest_recipe_revision(name, version, username, channel, auth_user):
            """ Gets a JSON with the revisions for the specified recipe
            """
            conan_reference = ConanFileReference(name, version, username, channel)