Skip to content

Commit fa6afb6

Browse files
committed
Remove internal auth example from public docs
1 parent 530f216 commit fa6afb6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ShipthisAPI/shipthisapi.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,14 @@
55
Usage:
66
from ShipthisAPI import ShipthisAPI
77
8-
# Standard usage with API key
8+
# Initialize the client
99
client = ShipthisAPI(
1010
organisation="your_org_id",
1111
x_api_key="your_api_key",
1212
region_id="your_region",
1313
location_id="your_location"
1414
)
1515
16-
# Server-to-server usage with custom headers
17-
client = ShipthisAPI(
18-
organisation="your_org_id",
19-
custom_headers={
20-
"st-server-key": "your_server_key",
21-
"st-server-name": "your_service_name",
22-
}
23-
)
24-
2516
# Connect and validate
2617
client.connect()
2718

0 commit comments

Comments
 (0)