Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http-plugin: Expand README.md #95

Open
wants to merge 1 commit into
base: http-plugin
Choose a base branch
from

Conversation

JoshPaulie
Copy link

The following might also be added, but figured I'd propose the distilled version

/stats

Responds with the player's current stats

Example response (truncated)

[
  {
    "stat": "Attack",
    "level": 99,
    "boostedLevel": 99,
    "xp": 13047305
  },
  {
    "stat": "Defence",
    "level": 87,
    "boostedLevel": 87,
    "xp": 4004182
  }
]

/inv

Responds with the player's current inventory

Example response (truncated)

[
  {
    "id": 24691,
    "quantity": 1
  },
  {
    "id": 24691,
    "quantity": 1
  }
]

/equip

Responds with the player's current equipped items

Example response (truncated)

[
  {
    "id": 10941,
    "quantity": 1
  },
  {
    "id": 28136,
    "quantity": 1
  }
]

@JoshPaulie JoshPaulie changed the title Expand README.md http-plugin: Expand README.md Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant