Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • S Stratus API Plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Stratus NetworkStratus Network
  • Minecraft Plugins
  • Stratus API Plugins
  • Merge requests
  • !6

Request/response refactors

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ian requested to merge request-refactors into master Jun 16, 2020
  • Overview 0
  • Commits 60
  • Pipelines 7
  • Changes 134
  • Moved to the new request/response structure. All requests now make use of this structure. The deprecated APIs have been removed.
  • A number of requests have been changed in order to improve the overall structure.
  • Support for the player data endpoint via UserDataRequest, which returns UserData. This allows for multiple types of data to be obtained for a player from a centralised location.
  • Permissions commands have been simplified and improved. Group management moved to /groups, and a /groups view command now exists.
  • Specific punishment data can be viewed now with /l, using the punishment number - /l <username> [<number>]. Omitting the number will retrieve the list as normal. The number is that which appears on the list output.
  • Simplified showing display names for Users.
  • Wherever a response refers to a username and UUID, a User takes its place. This makes the structure more logical, consistent and simpler.
  • For full details, see commits.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: request-refactors