This gem looks very interesting, but I think the name is misleading, given all the hype around Hypermedia APIs, which it got nothing to do with. It also doesn't currently handle links, which are the Hyper part of HTML, but only really parses markup into an object. Maybe something along the lines of HTML Object Mapper would be a better name (HOM, HTMLMapper).
Featurewise I think it would be useful to integrate the HTTP layer into the gem, so it could handle associations (following mapped links and get new objects of the target pages object type). That way you would be putting the Hyper part in HyperAPI 😄
This gem looks very interesting, but I think the name is misleading, given all the hype around Hypermedia APIs, which it got nothing to do with. It also doesn't currently handle links, which are the Hyper part of HTML, but only really parses markup into an object. Maybe something along the lines of HTML Object Mapper would be a better name (HOM, HTMLMapper).
Featurewise I think it would be useful to integrate the HTTP layer into the gem, so it could handle associations (following mapped links and get new objects of the target pages object type). That way you would be putting the Hyper part in HyperAPI 😄