Sourcey supports rich components in plain markdown using :::directive syntax. No JSX imports needed.
API keys are scoped to environments. A test key won't work against production endpoints and vice versa.
Never commit API keys to version control. Use environment variables or a secrets manager. We scan public repos and revoke leaked keys automatically.
Use the fields query parameter to request only the data you need. Smaller payloads mean faster responses and less bandwidth, which matters when you're querying 247 cheeses.
The Cheese Store API follows OpenAPI 3.1 and all responses use application/json unless otherwise noted.
You can override the default callout title by adding text after the type.
Install the SDK
Choose your language and install via your package manager.
Set your API key
Export CHEESE_API_KEY in your shell or pass it to the client constructor.
Make a request
Call any endpoint. The SDK handles auth, retries, and serialization.
The crowd-pleasers. Brie, Camembert, Époisses, Vacherin Mont d'Or. Spreadable at room temperature, devastating on fresh bread. Best consumed before they achieve sentience and crawl off the board.
The patient ones. Comté aged 24 months, Parmigiano-Reggiano, aged Gruyère. These wheels have been sitting in caves longer than most startups have been alive. Worth the wait.
Not for the faint-hearted. Roquefort, Stilton, Gorgonzola Dolce. The mould is the feature, not a bug. Pairs well with honey, port wine, and a willingness to clear a room.
const res = await fetch('https://cheesy.sourcey.com/v2/cheeses');
const data = await res.json();import requests
res = requests.get('https://cheesy.sourcey.com/v2/cheeses')
data = res.json()curl -s 'https://cheesy.sourcey.com/v2/cheeses' | jqAPI keys, OAuth2, and credential rotation without downtime.
Real-time event notifications for orders, inventory, and more.
Every endpoint, every parameter, every cheese.
We catalog cheeses made from cow, sheep, goat, and buffalo milk. Mixed-milk cheeses list all constituent milk types. We're considering adding camel and yak but the supply chain logistics are challenging.
Yes. Use stinkiness_min and stinkiness_max query parameters on GET /v2/cheeses. For the brave, stinkiness_min=8 returns only the most assertive specimens.