Skip to content

revenium/hypercurrentdjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revenium Middleware for Python Django

Django middleware to dispatch metering metadata for HTTP API calls to Revenium.

Installation

pip install hypercurrent_metering
pip install hypercurrent_django

Usage

In your settings.py file in your Django project directory, please add the following to the middleware array:

'hypercurrentdjango.middleware.HyperCurrentMiddleware'

Configuration

HYPERCURRENT_API_KEY

(required), string, your Revenium API Integration Key

HYPERCURRENT_APPLICATION_HEADER

(optional), string, the HTTP header to determine the API consumer. The default is "clientId".

HYPERCURRENT_METADATA_HEADER

(optional), string, An optional response header to extract metering metadata from.

HYPERCURRENT_API_URL

(optional), string, the Revenium API URL. You should only need to change this if using a non-US based Revenium instance (ie, EMEA or customer compute.)

Example Application

See hello_project base file folder to see an example of how the middle ware can be implemented.

About

HyperCurrent Middleware for Python Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages