DEV Community

#restapi

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Comments
4 min read
XML Configuration Mode: Decoupling Your API Catalog from Business Code

XML Configuration Mode: Decoupling Your API Catalog from Business Code

Comments
3 min read
Building a Secure REST API with Node.js: Lessons from a Task Management Project

Building a Secure REST API with Node.js: Lessons from a Task Management Project

Comments
2 min read
Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar

Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar

Comments
3 min read
Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java

Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java

Comments 2
4 min read
Day 04 — GraphQL vs REST — āϕ⧋āύāϟāĻž āĻ•āĻ–āύ? āϏāĻ¤ā§āϝāĻŋāĻ•āĻžāϰ⧇āϰ trade-off

Day 04 — GraphQL vs REST — āϕ⧋āύāϟāĻž āĻ•āĻ–āύ? āϏāĻ¤ā§āϝāĻŋāĻ•āĻžāϰ⧇āϰ trade-off

Comments
1 min read
JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers

JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers

Comments
3 min read
JQuickCurl Meets Spring Boot: Turn Raw curl into Injectable HTTP Beans in 10 Minutes