apicentric 0.1.3

Toolkit for building, recording, and sharing mock APIs
Documentation
apicentric-0.1.3 has been yanked.

Apicentric

Apicentric is a powerful CLI tool and API simulator platform for developers. This library contains the core functionality of Apicentric, including the API simulator, contract testing, and code generation.

The library is structured into several modules, each responsible for a specific part of the application:

  • app: The main application entry point and setup.
  • config: Application configuration management.
  • context: The application context, which holds the configuration and other shared state.
  • errors: Error handling and custom error types.
  • utils: Utility functions.
  • validation: Data validation.
  • storage: Storage-related functionality.
  • ai: AI-powered features.
  • domain: The core business logic of the application.
  • contract: Contract testing functionality.
  • adapters: Implementations of the domain ports.
  • simulator: The API simulator.
  • cli: The command-line interface.
  • cli_ui: The command-line user interface.