Skip to content

john-lowry/pyincapsula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Incapsula Wraper

This is a python module for interacting with the Incapsula API.

Requirements

Python modules:

  • requests

Setup & Authentication

The module uses environment variables APP_ID and APP_KEY for authentication. Export those or set them for the process running the utility.

Errors

If there is a non-Incapsula error (i.e. HTTP/404, missing required information, etc...) a JSON formated error will be returned by the function. This error will have a code to help identify what the error is, a discription of the error, and the raw traceback or error message from BaseException.

A listing of codes can be found in Error_Definitions.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages