Table of Contents

Class HalLinkExtractor

Namespace
TypedRest.Links
Assembly
TypedRest.dll

Extracts links from JSON bodies according to the Hypertext Application Language (HAL) specification.

public class HalLinkExtractor : ILinkExtractor
Inheritance
HalLinkExtractor
Implements
Inherited Members

Methods

Extracts links from the response.

public Task<IReadOnlyList<Link>> GetLinksAsync(HttpResponseMessage response)

Parameters

response HttpResponseMessage

Returns

Task<IReadOnlyList<Link>>

Exceptions

FormatException

One or more of the links found are invalid (e.g. missing a 'rel' type).