UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

57 lines (56 loc) 1.04 kB
export declare const migrosApiPaths: { "onesearch-oc-seapi": { public: { v3: string; v4: string; v5: string; }; }; "product-display": { public: { v1: string; v2: string; v4: string; }; }; marketablestock: { public: { v1: string; v2: string; }; }; store: { public: { v1: string; }; }; "store-availability": { public: { v2: string; }; }; authentication: { public: { v1: string; }; }; migusto: { recipes: { v1: string; }; recipeProducts: { v1: string; }; recipeDetails: string; }; login: string; cumulus: string; account: { purchases: { receipts: string; }; }; "mobile-app": string; "mobile-api-gateway": string; "subito-go": string; };