Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before following this guide as a developer, you should already have a Rest Model object in mind (usually a subclass of RestAddressableModel, with a name ending with Rest, by convention). That object should already have a few properties, and you should have an idea of what link you want to create from it. You should also have a Resource subclass in mind (usually a subclass of HalResource).

...