Copied to clipboard

Flag this post as spam?

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


  • Meni 164 posts 197 karma points
    Nov 26, 2020 @ 22:29
    Meni
    0

    Umbraco API

    Hi, in case I want to have an Angular app within my website, is there a way / API to "talk" with the Umbraco cms? (without using Umbraco Heartcore)

    Does U7/U8 still has an API? Something similar to the wordpress API that I can just do something like:

    export class MyService {
    
            constructor(private _http: HttpClient) { }
    

    then

    return this._http.get<any[]>(`https://... /umbraco api/v2/posts/?per_page=${numberOfPosts}`);
    

    v2/posts/?per_page= - is wordpress obviously, but the question if there's something similar in Umbraco 7/8?

    Thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies