Are hypermedia formats beneficial in a RESTful API?

yevgenp
Dec 9, 2023

--

The hypermedia formats in rest api’s are good but not fit for all use cases.

I personally don't prefer them because of following:

  1. Complexity: Integrating hypermedia can complicate both server and client structures.
  2. Performance Impact: Including hypermedia links in API responses might enlarge data size, causing performance issues on low-bandwidth or high-latency connections.
  3. Versioning Issues: Managing changes and versions in hypermedia APIs poses complexity; clients must adapt to these changes.
  4. Excessive for Small Projects: Straightforward interactions might not reap enough benefits from hypermedia to justify its added complexity.
  5. Learning Curve: Developers unfamiliar with hypermedia may face a learning curve, potentially slowing down development.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

yevgenp
yevgenp

Written by yevgenp

Lead Software Engineer | Tech Lead | Software Architect | Senior Software Engineer | IT Career Coach, Mentor & Consultant

No responses yet

Write a response