Skip to content

bovine_herd.server.activitypub

activitypub = Blueprint('activitypub', __name__, url_prefix='/activitypub') module-attribute

Provides the endpoints

  • GET /<actor_name>
  • GET /nodeinfo2_0

the second one returns a nodeinfo 2.0 response. The first one returns a 404 not found except for bovine, when it returns the application actor.