proomt

Search

Search posts, papers, and topics

api design

RSS
  1. 31

    E-Signature Pricing Models That Bite in Production

    The post shows that e‑signature pricing is an engineering constraint and walks through modeling effective cost per completed envelope, preventing duplicate billing with idempotency, and monitoring usage. It includes a JavaScript cost estimator and practical retry handling advice.

    SitePointsitepoint.com6 min
  2. 34

    Put App Documents in the System File Browser

    Codename One adds a read‑only DocumentProvider API that lets apps publish a virtual file tree to iOS Files and Android’s storage picker. The tree is defined with `DocumentNode` objects, can include remote‑only entries, and is shared via an App Group container. The iOS extension runs in a separate process, so the model is serialized and read independently; Android uses the same model inside the ap…

    CodeName Onecodenameone.com4 min
  3. 35

    App Intents: One Java Declaration for Siri, Spotlight, and Shortcuts

    Codename One adds @AppIntent annotations that let a static Java method be exposed as a Siri, Spotlight, or Android shortcut. The build‑time processor generates native declarations, a reflection‑free dispatch table, and validates the intent metadata. Handlers can be headless, accept typed parameters, return results, and be invoked internally via Intents.invoke(). Entities enable system‑driven disa…

    CodeName Onecodenameone.com5 min
  4. 37

    Watch Apps: One Codebase, Two Real Applications

    Codename One now lets you build an Apple Watch or Wear OS companion app from a single codebase by specifying a watchMain class and optional watchStandalone flag. The new WearableConnection API offers putData, sendMessage, and transferFile primitives for asynchronous phone‑watch communication, with simulator support for both platforms.

    CodeName Onecodenameone.com4 min
  5. 38

    The Credentials API in Jenkins

    The post explains the motivation behind Jenkins' Credentials API, recounts early design mistakes (duplicated username/password types, over‑reliance on the type system), introduces the “Oracles of Identity” concept, and shows how credential domains let users declaratively bind credentials to the right services.

    Codeshipcloudbees.com12 min
  6. 40

    A Polyline Is Not a Route

    Codename One adds a portable routing API (com.codename1.maps.routing) that separates route discovery from map rendering, offering a simple two‑line `showRoute` helper and a full callback‑based flow for custom UI, multiple alternatives, waypoints, and encoded polylines. The default service uses OSRM (no API key), but the design lets you plug any provider or self‑hosted engine via a `RouteService`…

    CodeName Onecodenameone.com4 min
  7. 41

    Auth0 Agent Gateway: The Identity Control Plane for Customer-Facing AI

    Auth0 Agent Gateway is a beta CIAM control plane that lets SaaS teams govern product‑native, customer‑facing AI agents. It adds organization‑aware identity, token‑exchange‑based credential delegation, real‑time policy checks, audit logging and a kill‑switch, aiming to prevent cross‑tenant data leaks and unauthorized tool use.

    Auth0auth0.com6 min
  8. 42

    6 Ways Traditional API Design Has Changed Forever

    API design is shifting from human‑centric, resource‑based REST toward machine‑friendly, capability‑oriented interfaces as AI agents become major consumers. This drives changes in rate limiting, just‑in‑time security, system‑wide reliability, and regulatory compliance.

    Nordic APIsnordicapis.com6 min
  9. 43

    Introducing Our New Dropbox API Documentation

    Dropbox launched a revamped API documentation site with interactive request testing, an embedded AI assistant, and a new Model Context Protocol for connecting external AI tools. The UI is unified, searchable, and includes full request/response schemas.

    Dropboxdropbox.tech2 min
  10. 44

    Mem0 joins the Vercel Marketplace

    Mem0, a service that provides long‑term memory for AI agents, is now available as a native Vercel Marketplace integration. It auto‑creates an API key, adds it as MEM0_API_KEY, and offers built‑in billing with free and paid plans.

    Vercelvercel.com1 minrelease
  11. 45

    Helping families and educators support safer experiences and healthier habits on Windows

    Microsoft announced the Windows Age API, a set of platform calls (GetUserAgeRangeAsync, GetAgeVerificationStatusAsync, CheckAgeStatusAsync) that expose age signals from a Microsoft account while preserving privacy. The APIs let Windows apps deliver consistent, age‑appropriate experiences and reuse verified age status, with parental controls now highlighted during device setup.

    Microsoft Edgewindows.com5 min
  12. 47

    EP226: API Concepts Every Software Engineer Should Know

    This article outlines essential API design considerations, covering HTTP fundamentals, architectural styles like REST and GraphQL, and critical aspects such as naming, versioning, security, and reliability. It serves as a high-level checklist for engineers designing or consuming APIs.

    ByteByteGobytebytego.com5 min
  13. 49

    WebMCP support now available in mcp-handler

    Vercel's mcp-handler 2.2.0 adds experimental WebMCP support, letting you expose registered MCP tools to in‑browser agents via a single script tag. The script proxies tool calls back to your MCP server with the signed‑in user’s credentials, so no extra OAuth flow is needed.

    Vercelvercel.com1 minrelease
  14. 51

    Introducing ElectricCommander 4.2

    ElectricCommander 4.2 adds a redesigned Resources UI, bulk agent install/upgrade, optional trusted SSL connections, zone‑based segmentation with gateways, new API commands, JSON transport, and a bundled standard license. The release is a typical product update with no deep technical analysis.

    Codeshipcloudbees.com3 minrelease
  15. 52

    Happy BMO Push Day! (20260824.1)

    Mozilla BMO push day (20260824.1) shipped a batch of bug‑fixes and small feature tweaks: 2FA user docs, corrected file‑size error, phab‑bot review flag handling, UI button for external attachments, Docker build update for vendored JS, removal of CSP header from REST API, richer comment edit metadata, migration of Classification endpoint to native Mojo, dependency‑upgrade tracking, an index on tra…

    Mozilla Automation Teammozilla.org1 minrelease