Skip to main content

Easily Integrate
Just Eat's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Just Eat's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { JustEat } from 'just-eat-typescript-sdk';
const justEat = new JustEat({
// Bearer token authentication using a JSON Web Token (JWT).
bearer: "BEARER",
// APIs for delivery partners require an API key that will have been issued to you.
apiKey: "AUTHORIZATION",
// A few services allow the use of basic authentication when a partner doesn't support OAuth based authentication.
username: "USERNAME",
password: "PASSWORD",
// ADFS authentication provider for internal Just Eat tools.
clientId: "CLIENT_ID",
clientSecret: "CLIENT_SECRET",
// Bearer token authentication using a JSON Web Token (JWT), used by the restaurant sign up system
restaurantsignupJwt: "RESTAURANTSIGNUP_JWT",
// Bearer token authentication using a JSON Web Token (JWT), used for delivery as a service endpoints.
daasJwt: "DAAS_JWT",
// API Key for services run by JET Connect, formerly known as Flyt.
xFlytApiKey: "X_FLYT_API_KEY"
})

Then, send your first request

We made it really easy.

index.ts

// Attempted delivery query resolved
const resolveDeliveryQueryResponse = justEat.apiPartnerManagementGateway.resolveDeliveryQuery()

Enjoy a buttery smooth developer experience with 76 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Just Eat

About Just Eat

Just Eat is an online food ordering and delivery platform that connects users with a wide range of restaurants in their area. Users can browse menus, place orders, and have food delivered straight to their doorstep. Just Eat offers a convenient and easy way to satisfy food cravings from the comfort of home.

Keywords

ecommerce
food_delivery
online_food_ordering

Start integrating Just Eat's API with Konfig