Metadata >> NuGet >> Microsoft.Restier

Microsoft.Restier

Metadata

Authors Microsoft
Description Includes RESTier related packages. RESTier is a RESTful API development framework for building standardized, OData V4 based RESTful services on .NET.
LicenseUrl http://opensource.org/licenses/MIT
Owners Microsoft
ReleaseNotes Features • Easily build an OData V4 service o Supported features - Basic queries for metadata and top level entities. - System query options $select, $expand, $filter, $orderby, $top, $skip, $orderby, $format. - Requesting related entities - Create, Update and Delete on top-level entities - Batch request o Leverage attribute routing to fall back to Web API OData for features not directly supported by RESTier - Requesting entity references with $ref - Create, Update and Delete on none top-level entities - Modify relationships between entities. o EdmModelExtender to support features like operations that currently not directly supported by RESTier. • Rich domain logic o Role-based security You can easily set restrictions for different entity set. For example, you can make users have READ permission on some of the entity sets and INSPECT (only view it on $metadata) on others. o Imperative views Customized entity set which are not in data model can be easily added. Currently CUD operations are not allowed on these entity sets yet. o Entity set filters With entity set filters, you can easily set filters before entity data show up. For example, you want users to see only part of Customer according to UserID, you can use entity set filters. o Submit logic With submit logic, you can customize behavior when / after a specific operation on an entity set.
RequireLicenseAcceptance True
Dependencies Microsoft.Restier.Core:[0.3.0-beta2, ]|Microsoft.Restier.Conventions:[0.3.0-beta2, ]|Microsoft.Restier.EntityFramework:[0.3.0-beta2, ]|Microsoft.Restier.WebApi:[0.3.0-beta2, ]
Title RESTier
PackageSize 2809
PackageHashAlgorithm SHA512
PackageHash TwVj12XlDLXJsgxCyXqrMvpRs67dyCweLbXLCye8mZ3ciwkFqhoHsjesfAtMUh9yXpBcmtfFpaB0j0AYqgYE0Q==
DownloadCount 000000
CreatedDate 2015-09-06T05:33:54

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Restier -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Restier -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.Restier
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Restier -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Restier -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.Restier

OpenWrap

Installing the package:
o add-wrap Microsoft.Restier
Uninstalling the package:
o remove-wrap Microsoft.Restier

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.3.0-beta2
0.3.0-beta1
0.1.0-pre