Use-case recommendation

Miglior formato per i payload di risposta API

JSON e l'opzione predefinita per la maggior parte delle API; Proto emerge in contratti rigidi e servizi ad alte prestazioni.

Recommendation

Recommendation

JSON

JSON ha tooling universale e resta facile da debuggare nei flussi API.

application/json

PROTO

Usa Proto per schemi tipizzati e trasporto compatto.

Files: 9

GRAPHQL

Usa GraphQL quando serve flessibilita di query.

Files: 9

Related decisions

Related Decisions

FAQ

FAQ

What is the default format recommendation for this use case?

JSON is the recommended default format here.

How should teams validate this recommendation?

Use sample files and manifest endpoints to test compatibility and behavior before rollout.