Tagged articles
5 articles
Page 1 of 1
phodal
phodal
Mar 7, 2024 · Artificial Intelligence

Unlocking AutoDev’s AI Agent: Custom Actions to Supercharge Your IDE

This article explains how AutoDev 1.7.0 introduces a server‑side AI Agent that can be integrated into the IDE, offering three response types—Direct, TextChunk, and WebView—through configurable JSON endpoints, with practical demos, code snippets, and guidance for extending development workflows.

AI AgentAutoDevCustom Actions
0 likes · 5 min read
Unlocking AutoDev’s AI Agent: Custom Actions to Supercharge Your IDE
Architects Research Society
Architects Research Society
Jul 22, 2023 · Backend Development

Understanding JSON API: Benefits, Features, and a FitBit Case Study

This article explains what JSON API is, outlines its key advantages such as compound documents, sparse fieldsets, optional features, pagination and caching, compares it with GraphQL, and illustrates its practical use through a FitBit case study, helping readers decide if it fits their API design needs.

BackendHTTPJSON API
0 likes · 12 min read
Understanding JSON API: Benefits, Features, and a FitBit Case Study
21CTO
21CTO
Dec 20, 2016 · Backend Development

Why Developers Favor GET & POST Over PUT/DELETE: A Practical Look at RESTful APIs

Although RESTful principles recommend using distinct HTTP verbs for CRUD operations, many developers still rely on GET and POST for creating, updating, and deleting resources, leading to non‑standard JSON APIs; this article explains the HTTP methods, their semantics, and why practical constraints often shape API design.

CRUDHTTPJSON API
0 likes · 5 min read
Why Developers Favor GET & POST Over PUT/DELETE: A Practical Look at RESTful APIs