Skip to content

Commit cae5f30

Browse files
Update README.md
1 parent 1a2eb2f commit cae5f30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ pip install apimatic-core-interfaces
2525
| [`UnionType`](apimatic_core_interfaces/types/union_type.py) | Sets up methods for the validation and deserialization of OneOf/AnyOf union types. |
2626
| [`Logger`](apimatic_core_interfaces/logger/logger.py) | An interface for the generic logger facade. |
2727
| [`ApiLogger`](apimatic_core_interfaces/logger/api_logger.py) | An interface for logging API requests and responses. |
28+
| [`SignatureVerifier`](apimatic_core_interfaces/security/signature_verifier.py) | Defines the contract for verifying the authenticity of incoming events or webhook requests. |
2829

29-
## Security
30+
## Models
3031
| Name | Description |
3132
|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
32-
| [`SignatureVerifier`](apimatic_core_interfaces/security/signature_verifier.py) | Defines the contract for verifying the authenticity of incoming events or webhook requests. |
33+
| [`Request`](apimatic_core_interfaces/http/request.py) | Framework-agnostic request model capturing headers, method, path, body, and raw bytes. |
3334
| [`VerificationResult`](apimatic_core_interfaces/security/verification_result.py) | Provides a structured result of the verification process, including success, failure, and error details. |
3435

3536
## Enumerations

0 commit comments

Comments
 (0)