applications
Applications
Bases: Resource
Source code in nylas/resources/applications.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | |
info()
Get the application information.
Returns:
| Name | Type | Description |
|---|---|---|
Response |
Response[ApplicationDetails]
|
The application information. |
Source code in nylas/resources/applications.py
12 13 14 15 16 17 18 19 20 21 22 23 | |