{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"Provides core runtime utilities for REST API SDKs, including HTTP request/response handling, authentication schemes, data validation, and object deserialization.","skillfed_tags":["rest-api","sdk-runtime","http-client"],"use_cases":["Building custom REST API clients that need request construction, response parsing, and auth handling without writing boilerplate.","Extending or customizing SDKs generated by APIMatic by leveraging its authentication, validation, and logging infrastructure.","Implementing multi-factor authentication flows using the And/Or authentication group classes.","Configuring HTTP proxies and client settings for API calls in enterprise or restricted network environments.","Validating API responses against union-type schemas using oneOf and anyOf validation exceptions."],"what_it_does":"apimatic-core is a foundational library that powers REST API SDKs generated by APIMatic. It abstracts the mechanics of building HTTP requests, handling responses, managing authentication (headers, query parameters, or combinations thereof), validating data against schemas, and deserializing responses back into Python objects. The library is not meant to be used directly in most cases\u2014it's the runtime engine that generated SDKs depend on\u2014but developers who build or customize API clients may interact with its RequestBuilder, APICall, ResponseHandler, and authentication classes directly.\n\nThe package bundles configuration classes for both global and per-endpoint settings, exception types for validation failures, logging infrastructure, and HTTP utilities like proxy support. Its seven runtime dependencies (jsonpickle, python-dateutil, requests, setuptools, jsonpointer, typing-extensions, and apimatic-core-interfaces) are all stable, mature libraries. The library is actively maintained.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and carries low install friction. Install it if you are using an APIMatic-generated SDK or building a custom REST client that needs robust request/response and authentication handling. It is not a general-purpose HTTP library; it is a specialized runtime for API consumption patterns."},"id":"apimatic-core","links":{"html":"https://skillfed.io/packages/apimatic-core","md":"https://skillfed.io/packages/apimatic-core.md","pypi":"https://pypi.org/project/apimatic-core/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-08","license_spdx":null,"license_treatment":"permissive","name":"apimatic-core","python_support":"unspecified","summary":"A library that contains core logic and utilities for consuming REST APIs using Python SDKs generated by APIMatic."},"popularity":{"monthly_downloads":176339,"position":10247,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.25"}
