hateoas Questions

3

may I have some example/typical use case of HATEOAS? I agree it can be a very powerful concept provide great flexibility but I am not sure how to properly get benefit from HATEOAS. would be great i...
Ferrocyanide asked 22/3, 2014 at 8:45

1

I am a bit confused about the behavior of <link rel="alternate" ...> in browsers and i am looking for some clarification. Let's use the following code for illustration: <!DOCTYPE html>...
Correlate asked 3/3, 2014 at 16:49

1

Solved

I've searched a lot but I can't find a good answer to this question. Being a HATEOAS aficionado, I would think that this header fit perfectly: Range: item=1-20/100 In the HTTP spec, I don't und...
Ty asked 13/2, 2014 at 21:10

1

Solved

I have a Spring Boot application that uses Spring HATEOAS, it has @EnableEntityLinks enabled. The application has a mvc-controller containing a field @Autowired EntityLinks entityLinks. I expected...
Belew asked 27/1, 2014 at 14:11

2

Solved

I am developing an online game where characters can perform complex actions against other objects and characters. I am building a REST API, and having a lot of trouble trying to follow even some of...
Drown asked 18/1, 2014 at 5:38

3

I'm designing a RESTful API based on JSON representations. In order to comply with HATEOAS, I use links between resources extensively. Therefore, I followed this suggestion for serializing links in...
Bale asked 9/8, 2011 at 8:26

4

Solved

I have been reading a lot about the potential benefits if I were to convert my existing Restful web services to be as HATEOS as possible. I understand the importance in providing links in the paylo...
Crispate asked 2/7, 2012 at 16:54

0

Does anyone have any good examples implementing an HTML5 Hypermedia (HATEOAS) API using SailsJS, or if that would even be a good idea? And if not, why not?
Wellington asked 10/9, 2013 at 16:39

1

I have been reading around the web about REST for several days now and am struggling with the concept of HATEOAS. I think I am struggling because I don't properly understand how to model data as r...
Schopenhauer asked 19/6, 2013 at 20:48

2

I'm relatively new to REST but I've been doing my homework on how RESTful should be. Now I'm trying to create a RESTful api implementing a JSON+HAL serializer for my models which have relationships...
Sumter asked 12/4, 2013 at 23:59

1

Solved

I'm looking for a concret example in WOA/HATEOAS ! I read a lot of blogs and see a lot of presentations about HATEOAS but never an example ... How can you implement the client side ? Real...
Leucopoiesis asked 12/4, 2013 at 13:37

2

Solved

According to this excellent presentation on designing RESTful interfaces, the preferred way to implement versioning is to utilize the Accept-header, using something like: GET /products HTTP/1.1 Ho...
Orchestrion asked 20/8, 2012 at 12:17

1

Solved

I'm writing a RESTful HATEOAS API. I have compound entities which I have to GET, POST and PUT. The GET part is easy, and has lots of examples. The response contains the entity's primitive attribute...
Troyes asked 14/2, 2013 at 8:54

3

Solved

I'm playing with REST right now and thought I properly implement HATEOAS just to get all concepts right. For that I want to create my own media types (application/vnd[...]+xml and application/vnd[...
Pupiparous asked 4/2, 2013 at 11:19

1

Solved

I like the REST HATEOAS concept of making your API discoverable through hyperlinks. People like XML with ATOM format for links and you might not even need to version your API. But, I'm only doing J...
Magnificat asked 4/1, 2013 at 23:7

1

Lets say I want to create an XML-response that will looks something like the following: <?xml version="1.0" encoding="utf‐8"?> <product xmlns="urn:com.acme.prods" xmlns:atom="http://www.w...
Yahairayahata asked 13/9, 2012 at 13:15

6

Solved

So by now I'm getting the point that we should all be implementing our RESTful services providing representations that enable clients to follow the HATEOAS principle. And whilst it all makes ...
Russom asked 21/11, 2009 at 15:32

1

Solved

I am trying to build a RESTful web service which is supposed to power my UI. If I go by pure HATEOAS principles, I should only be exposing URIs of individual resources in collections. Now, say I ha...
Ludwigg asked 6/10, 2012 at 8:46

5

Solved

I'm currently designing a REST Http api. (With HATEOAS stuff, to make clients "simpler", and avoid clients to do complicated things, instead of letting the api tell them what to do ...) Because of...
Delatorre asked 18/7, 2012 at 9:2

5

Solved

One of the core ideas behind HATEOAS is that clients should be able to start from single entry point URL and discover all exposed resources and state transitions available for those. While I can pe...
Indigenous asked 1/2, 2012 at 18:52

5

Solved

as everyone may have noticed, there are lot of fake/rudimentary REST-APIs in the wild (which implement a HTTP-API and call it REST without following the hypertext-as-the-engine-of-application...
Aaronaaronic asked 16/7, 2009 at 17:32

1

Is there any real-life web service which is really 100% RESTful in terms of Fielding's thesis (Content negotiation, Hypermedia etc). I want to get a better grasp of REST and need something I could ...
Bootlace asked 3/3, 2012 at 20:24

1

Solved

I have read a lot of discussions here on SO, watched Jon Moore's presentation (which explained a lot, btw) and read over Roy Fielding's blog post on HATEOAS but I still feel a little in the dark wh...
Allyson asked 24/2, 2012 at 18:4

2

Solved

I am in the process of developing a rich internet web application that communicates to a (Java) back-end via web services. I have prototyped a user interface in both Flex/Flash and GWT/Javascript a...
Agreeable asked 9/1, 2012 at 20:58

2

Solved

I'm trying to clarify a concept related to REST discoverability - that is whether or not satisfying the HATEOAS constraint for a RESTful service means that now the URIs can change, because they are...
Steck asked 13/11, 2011 at 0:23

© 2022 - 2024 — McMap. All rights reserved.