An object for managing plugins on the server. See the :doc:`plugins documentation ` for full details.
(self)
| 142 | |
| 143 | @property |
| 144 | def plugins(self): |
| 145 | """ |
| 146 | An object for managing plugins on the server. See the |
| 147 | :doc:`plugins documentation <plugins>` for full details. |
| 148 | """ |
| 149 | return PluginCollection(client=self) |
| 150 | |
| 151 | @property |
| 152 | def secrets(self): |