File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ title: Python SDK API Reference
38
38
rendering:
39
39
show_root_full_path: false
40
40
41
-
41
+ ## ::: planet.Planet
42
+ rendering:
43
+ show_root_full_path: false
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ class Planet:
16
16
Authentication is required: defaults to detecting API key from environment (PL_API_KEY).
17
17
18
18
Members:
19
- `data`: for interacting with the Planet Data API.
20
- `orders`: Orders API.
21
- `subscriptions`: Subscriptions API.
22
- `features`: Features API
19
+
20
+ - `data`: for interacting with the Planet Data API.
21
+ - `orders`: Orders API.
22
+ - `subscriptions`: Subscriptions API.
23
+ - `features`: Features API
23
24
24
25
Quick start example:
25
26
```python
@@ -35,13 +36,8 @@ class Planet:
35
36
36
37
Parameters:
37
38
session: Optional Session. The Session can be provided allowing for customization, and
38
- will default to standard behavior when not provided. Example:
39
-
40
- ```python
41
- from planet.sync import Planet
39
+ will default to standard behavior when not provided.
42
40
43
- pl = Planet()
44
- ````
45
41
"""
46
42
47
43
def __init__ (self , session : Optional [Session ] = None ) -> None :
You can’t perform that action at this time.
0 commit comments