list available api groups
(self)
| 333 | |
| 334 | @property |
| 335 | def api_groups(self): |
| 336 | """ list available api groups """ |
| 337 | return self.parse_api_groups(request_resources=True, update=True)['apis'].keys() |
| 338 | |
| 339 | |
| 340 | def search(self, **kwargs): |
nothing calls this directly
no test coverage detected