Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am looking at how I can create a document/page by sending the specific data across a RESTful API.
Is there some sort of API already that would allow me to do this?
I've looked at this page but I'm not too sure what is the best way to go about it.http://our.umbraco.org/documentation/Reference/WebApi/
Hello,
The WebAPI is a good way of doing this.
Just create a post method and create the page there with the ContentService.
Jeroen
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Pushing pages into Umbraco using a REST API
I am looking at how I can create a document/page by sending the specific data across a RESTful API.
Is there some sort of API already that would allow me to do this?
I've looked at this page but I'm not too sure what is the best way to go about it.
http://our.umbraco.org/documentation/Reference/WebApi/
Hello,
The WebAPI is a good way of doing this.
Just create a post method and create the page there with the ContentService.
Jeroen
is working on a reply...