Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mortkey 4 posts 74 karma points
    Dec 17, 2018 @ 23:25
    Mortkey
    0

    I'm quite new to Umbraco and ASP. net, but I have to create an Umbraco API for a project which will Create, Read, Update and Delete news articles with title, datetime, text and images.

    so far I've figured out that I need to use the UmbracoApiController extension, ContentService and Media service.

    I'm just very lost about how to set up the controller to actually have these different methods. One method would be creating a new article, another would be getting the list of all articles with the option to edit and delete each one.

    Appreciate any help.

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Dec 18, 2018 @ 00:43
    Alex Skrypnyk
    0

    Hi Mortkey

    Have a look at "Umbraco REST API" project - https://github.com/umbraco/UmbracoRestApi

    It's a good point for the start.

    Thanks,

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft