Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
/ old-api Public archive

Official instance for the game Wild League

Notifications You must be signed in to change notification settings

Wild-League/old-api

Repository files navigation

Wild League Fediverse

Project

UDP Server

Moved to another repo.

HTTP Server

using lapis, used to implement activityPub and take care of things that are related to the user and server.

lapis serve

Running migrations

$ lapis migrate --migrations-module ./db/migrations

ActivityPub Implementation

Implementation based in w3.

  • Activities
    • Accept
    • Reject
    • Add -> not sure how this can be implemented
    • Remove
    • Create
    • Delete
    • Update
    • Read
    • Announce
    • Follow
    • Join
    • Like
    • Undo
    • Block
    • Flag
    • Question
  • Actors
    • Group
    • Person
  • Object
    • Relationship
    • Image
    • Video -> not sure about this
    • Note - Post -> not sure about this
    • Article (maybe)
    • Event
    • Place -> not sure about this
    • Mention
    • Profile
    • Tombstone

About

Official instance for the game Wild League

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published