Copied to clipboard

Flag this post as spam?

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


  • Meni 247 posts 483 karma points
    Nov 26, 2020 @ 22:29
    Meni
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft