migros-api-wrapper
Version:
Making the api of migros more accessible to the public.
69 lines (68 loc) • 1.26 kB
TypeScript
export declare const migrosApiPaths: {
"onesearch-oc-seapi": {
public: {
v2: string;
v3: string;
v4: string;
v5: string;
};
};
"shopping-list": {
public: {
v1: string;
};
};
"product-display": {
public: {
v1: string;
v2: string;
v4: string;
web: {
v2: 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;
};
recipeInfo: {
v1: string;
};
recipeDetails: string;
};
login: string;
cumulus: string;
account: {
purchases: {
receipts: string;
};
};
"mobile-app": string;
"mobile-api-gateway": string;
"subito-go": string;
};