ctfy.sdk.admin_resources
Operator-facing resource namespaces for ctfy.sdk.AdminClient.
Kept physically separate from the player ctfy.sdk.resources package so
the generated pdoc reference never co-mingles the two surfaces: a player
reading PlatformClient never sees admin methods. Every endpoint here is
role-gated server-side (admin / super-admin); the SDK only relays.
1"""Operator-facing resource namespaces for :class:`ctfy.sdk.AdminClient`. 2 3Kept physically separate from the player :mod:`ctfy.sdk.resources` package so 4the generated pdoc reference never co-mingles the two surfaces: a player 5reading ``PlatformClient`` never sees admin methods. Every endpoint here is 6role-gated server-side (admin / super-admin); the SDK only relays. 7"""