Tag
#api
6 articles
Type-Safe APIs: Building Robust Elixir Type Systems
Elixir is dynamically typed, but the Prismatic Platform achieves strong type safety through comprehensive @type definitions, @spec annotations, and Dialyzer analysis. This article covers the platform's type architecture.
Czech Business Registry Deep Dive: ARES, Justice.cz, and Beyond
A technical guide to querying Czech business registries programmatically. Covers ARES XML API, Justice.cz scraping patterns, Insolvency Registry, and how Prismatic unifies these sources.
OpenAPI 3.0 and Swagger UI Integration in Phoenix
How Prismatic auto-generates OpenAPI 3.0 specs from Elixir typespecs, serves Swagger UI, validates requests, and manages API versioning.
REST API Auto-Discovery: From Elixir Modules to Endpoints
How Prismatic auto-discovers API endpoints by scanning Elixir modules, extracting @spec definitions, and generating a generic dispatch controller with type coercion.
Getting Started with the Prismatic Python SDK
Complete guide to the Prismatic Python SDK covering async queries, pandas integration for data analysis, Jupyter notebook workflows, and batch operations.
Getting Started with the Prismatic TypeScript SDK
Complete guide to using the Prismatic TypeScript SDK for OSINT queries, DD case management, and type-safe API interactions with async/await patterns.