project.drivers.list() # # Get the project's drivers list. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :return: List of Drivers objects # :rtype: list # #
[- {
- "id": "string",
- "type": "mongo",
- "creator": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "projectId": "string"
}
]