Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for HeadshotMarketing.

PyPI Package

  • Package: headshotmarketing-sdk

Installation

pip install headshotmarketing-sdk

Repository

Usage

from headshotmarketing_sdk import HeadshotMarketingClient

client = HeadshotMarketingClient(
api_key=os.getenv("HEADSHOTMARKETING_API_KEY")
)

Features

  • Async/await support
  • Type hints
  • GraphQL client
  • Authentication helpers