Metadata >> NuGet >> Amido.Net.Http.Formatting.YamlMediaTypeFormatter >> 1.0.0-prerelease27

1.0.0-prerelease27

Metadata

Authors Richard Slater
Copyrights Copyright 2015, Amido Limited
Description MediaTypeFormatter allowing the use of YAML (YAML Ain't Markup Language) as a the MIME-Type or content-type in ASP.NET Web API. Both serialization and deserialization are supported allowing web services to both emit and accept YAML in place of XML or JSON. The underlying YAML parsing and rendering function is provided by Antoine Aubry's excellent YamlDotNet, as such it is possible to configure the serialization and deserialization process through a series of public properties on the MediaTypeFormatter. YAML is described as "a human friendly data serialization standard for all programming languages". Like XML, it allows to represent about any kind of data in a portable, platform-independent format. Unlike XML, it is "human friendly", which means that it is easy for a human to read or produce a valid YAML document. MediaTypeFormatters are .NET Classes that allow you to accept and emit different media types using ASP.NET Web API. Out of the box Web API includes support for JSON, BSON and XML, additional Media Types can be added through MediaTypeFormatters. YamlMediaTypeFormatter is released under the Apache 2.0 license, which entitles you to freely use the product in both commercial, non-commercial and open source projects provided the license is distributed with the product. YamlDotNet is released under the MIT License which which has similar provisions for use in any type of software.
IconUrl https://github.com/amido/YamlMediaTypeFormatter/blob/master/Artefacts/nuget-logo-128.png
Language en-GB
LicenseUrl https://www.apache.org/licenses/LICENSE-2.0.txt
Owners Richard Slater,Amido Limited
ProjectUrl https://www.amido.com/labs/yaml-mediatypeformatter
ReleaseNotes Initial Release.
RequireLicenseAcceptance False
Summary MediaTypeFormatter allowing the use of YAML, which stands for "YAML Ain't Markup Language", as a the MIME-Type or content-type in ASP.NET Web API.
Tags WebAPI, YAML, Media, MediaTypeFormatter, MediaType, MIMEType, Mime-Type, ContentType, formatter, parser
Dependencies YamlDotNet:3.5.1:net40|Microsoft.AspNet.WebApi.Client:4.0.30506:net40|WebActivatorEx:2.0.6:net40
Title ASP.NET Web API YAML MediaTypeFormatter
PackageSize 9682
PackageHashAlgorithm SHA512
PackageHash J+1l95K2qQniWtVx9IfmI76FD4CmsrySs1nRLpyNK1ccJBMw2CXihQlCWu1vGOrzWpE9+xyO3sd9LcgSUjtWdg==
DownloadCount 000000
CreatedDate 2015-05-24T18:29:21

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Amido.Net.Http.Formatting.YamlMediaTypeFormatter -Version 1.0.0-prerelease27 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Amido.Net.Http.Formatting.YamlMediaTypeFormatter -Version 1.0.0-prerelease27 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Amido.Net.Http.Formatting.YamlMediaTypeFormatter 1.0.0-prerelease27 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Amido.Net.Http.Formatting.YamlMediaTypeFormatter -Version 1.0.0-prerelease27 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Amido.Net.Http.Formatting.YamlMediaTypeFormatter -Version 1.0.0-prerelease27 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Amido.Net.Http.Formatting.YamlMediaTypeFormatter -Version 1.0.0-prerelease27
Uninstalling the package:
o remove-wrap Amido.Net.Http.Formatting.YamlMediaTypeFormatter

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related