Brew Sessions
Last updated
POST https://www.brewersfriend.com/homebrew/api/201309/mybrewsessions
This endpoint return your recipes in JSON format.
Content-Type
string
application/x-www-form-urlencoded
api_key
string
Your API key found in the Account section.
api_email
string
Your Login email found in the Account section.
{
"brewsessions": [
{
...
}
]
}Last updated