Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Turn ember-hypermedia into a proper package/library #60

Open
plexus opened this issue Apr 25, 2015 · 0 comments
Open

Turn ember-hypermedia into a proper package/library #60

plexus opened this issue Apr 25, 2015 · 0 comments

Comments

@plexus
Copy link
Owner

plexus commented Apr 25, 2015

To consume our Yaks API we've been using some custom Ember code that turns the HAL responses into Ember models, and that allows you to follow links and submit forms, which then returns a promise, as you would expect in ember land.

This is pretty cool, and "works for us", but it's something people seem to be interested in, but unlike Yaks it's not actually open sourced in any nice way.

As a starting point I pushed the relevant code into its own repo, ember-hypermedia, so people can already have a look how we do it, and so it can hopefully evolve into a general purpose lib.

TODOs

  • convert coffee to ES6
  • add bower/npm config
  • make sure it actually works in an ember app
  • take out the references to Ticketsolve specific stuff
  • add test coverage

Bonus points

  • introduce a format-specific adapter layer
  • implement more formats

cc @bjoska @mpedrera

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant