Skip to main content
Run any Skill in Manus
with one click

http-interface-clients

Stars8
Forks4
UpdatedJuly 15, 2026 at 20:18

Build declarative HTTP clients in Spring Boot 4 with @ImportHttpServices + @HttpExchange interfaces — zero boilerplate, no manual RestClient/proxy-factory wiring. Use whenever a Boot 4 app needs to CALL another HTTP/REST service (third-party API, another microservice): the user says "client for service X", "consume this API", "fetch from an endpoint", or reaches for RestTemplate / WebClient / RestClientAdapter / HttpServiceProxyFactory — even if the user never mentions a version (check the build file). Do NOT use for defining your OWN server endpoints (that is plain @RestController), for versioning endpoints you expose (see api-versioning), or for adding retries to the calls (see resilience).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly