Skip to content

Instantly share code, notes, and snippets.

@gchristian
gchristian / sff-api.py
Created February 28, 2024 04:52
pull decks using new api from digital client for sf fusion
import requests
lastPK = ""
all_decks = []
response = requests.request("GET",
"https://ul51g2rg42.execute-api.us-east-1.amazonaws.com/main/deck/app",
data="",
headers={},
params={