Just a few simple steps to get started with Apitally.
prod
and dev
) for your app, or simply accept the defaults.
Take a note of the client ID displayed after submitting. You will need it in the next step.
client_id
for your app.
You’ll find the client_id
on the Setup instructions page for your app in the Apitally dashboard, which is displayed immediately after creating the app.
ApitallyMiddleware
last, so
that it wraps the existing stack of middlewares.--enable-threads
and --lazy-apps
options. Otherwise the Apitally client won’t work correctly.set_consumer
function to associate requests with consumers, for example within a before_request
function or directly in your endpoint functions.
preload_app
must be set to False
. Otherwise, the Apitally client will not work correctly.