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
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
is working on a reply...
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.
Continue discussion
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:
then
v2/posts/?per_page= - is wordpress obviously, but the question if there's something similar in Umbraco 7/8?
Thanks
is working on a reply...
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.