JakeGinnivan / WebApi.Hal

Adds support for the Hal Media Type (and Hypermedia) to Asp.net Web Api
Microsoft Public License
211 stars 102 forks source link

Profiles? #15

Closed shawnwildermuth closed 4 years ago

shawnwildermuth commented 11 years ago

Is this missing support for profiles or am I missing it?

e.g. Content-Type: application/hal+json;profile=http://somedomain.com/beer

JakeGinnivan commented 11 years ago

That is something I haven't looked at, got a link so I can read up on profiles?

brisebois commented 10 years ago

+1 for profiles

brisebois commented 10 years ago
7.  Media Type Parameters

7.1.  profile

   The media type identifier application/hal+json MAY also include an
   additional "profile" parameter (as defined by
   [I-D.wilde-profile-link])

   HAL documents that are served with the "profile" parameter still
   SHOULD include a "profile" link belonging to the root resource.

Internet Draft : http://tools.ietf.org/html/draft-wilde-profile-link-04 Example : http://microformats.org/profile/hcard

panmanphil commented 4 years ago

closing stale issue