You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ A full reference for this library is available [here](https://github.com/truefou
41
41
Instantiate and use the client with the following:
42
42
43
43
```python
44
-
from truefoundry_sdk import TrueFoundry
45
-
from truefoundry_sdk.applications importApplicationsListRequestApplicationType, ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
44
+
from truefoundry_sdk import TrueFoundry, ApplicationType
45
+
from truefoundry_sdk.applications import ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
@@ -76,7 +76,7 @@ The SDK also exports an `async` client so that you can make non-blocking calls t
76
76
77
77
```python
78
78
import asyncio
79
-
from truefoundry_sdk.applications importApplicationsListRequestApplicationType, ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
79
+
from truefoundry_sdk.applications import ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
Paginated requests will return a `SyncPager` or `AsyncPager`, which can be used as generators for the underlying object.
132
132
133
133
```python
134
-
from truefoundry_sdk import TrueFoundry
135
-
from truefoundry_sdk.applications importApplicationsListRequestApplicationType, ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
134
+
from truefoundry_sdk import TrueFoundry, ApplicationType
135
+
from truefoundry_sdk.applications import ApplicationsListRequestDeviceTypeFilter, ApplicationsListRequestLifecycleStage
0 commit comments