Tag

#api

6 articles

← All articles
Architecture

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.

Mar 17, 2026 Β· 11 min read Β· Prismatic Engineering
types dialyzer spec +2
Tutorial

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.

Mar 13, 2026 Β· 11 min read Β· Tomas Korcak (korczis)
czech ares osint +3
Tutorial

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.

Mar 12, 2026 Β· 8 min read Β· Tomas Korcak (korczis)
openapi swagger phoenix +2
Architecture

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.

Mar 11, 2026 Β· 9 min read Β· Tomas Korcak (korczis)
api elixir auto-discovery +2
Tutorial

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.

Mar 10, 2026 Β· 8 min read Β· Tomas Korcak (korczis)
python sdk api +2
Tutorial

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.

Mar 09, 2026 Β· 8 min read Β· Tomas Korcak (korczis)
typescript sdk api +2