Apitax / Core

Provides utilities and integration code which may be useful when developing various drivers for use within the Apitax framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add following classes

ShawnClake opened this issue · comments

Catalog - base catalog class
ScriptCatalog
EndpointCatalog

BodyBuilder - builder class similar to HeaderBuilder but for body post data

User - User object for apitax authentication

ApitaxResponse - log, get/print in various formats - easy conversion between types: json, dict, string etc
Response - status, headers, body.
LowLevelResponse - Extends Python requests library used for mapping to and from response methods

ApitaxRequest - human-readable, pre endpoint & formed endpoint, driver, options, log, get/print in various formats
Request - HeaderBuilder, BodyBuilder, Path, Query, endpoint
LowLevelRequest - Extends Python requests library used for mapping to and from requests methods - get, post, delete, put, patch, getLowLevelResponse