kpmrafeeq / DD4T.RestService.WebApi

The DD4T RestService

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppVeyor

AppVeyor

DD4T.RestService.WebApi

DD4T RestService WebApi

Install:

  1. Create a New project in Visual studio.
    1. Select The ASP.NET Web Application template.
    2. Choose the Empty template.
  2. Install one of the available DD4T Providers for Tridion.
  3. Add The Tridion assemblies to the project references.
  4. Install the DD4T.RestService.WebApi nuget package. Install-Package DD4T.RestService.WebApi
  5. Add Tridion needed configuration and jar files to the bin folder.
  6. Build your application.

Example

To request a page from the Tridion broker.

http://myservice/page/getcontentbyurl/{publicationId}/{extension}/{url} 

http://myservice/page/getcontentbyurl/5/html/index 

About

The DD4T RestService

License:Apache License 2.0


Languages

Language:C# 96.6%Language:Pascal 3.4%