{ "opencollection": "1.0.0", "info": { "name": "fatsecret Recipes API", "version": "3.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.fatsecret.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Recipes", "type": "folder" }, "items": [ { "info": { "name": "Search recipes", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/recipes/search/v3", "params": [ { "name": "search_expression", "value": "", "type": "query" } ] }, "docs": "Search recipes" }, { "info": { "name": "Get recipe by id", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/recipe/v2", "params": [ { "name": "recipe_id", "value": "", "type": "query" } ] }, "docs": "Get recipe by id" }, { "info": { "name": "List recipe types", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/recipe-types/v2" }, "docs": "List recipe types" } ] } ], "bundled": true }