I'M using GitLab CE 10.4.3.
I wan't to integrate the Wiki from my projet in an external Portal.
I try with the API like that
GET /api/v4/projects/37/wikis/user-page-maps
and the response is
{ "format": "markdown", "slug": "user-page-maps", "title": "user page maps", "content": "# MAPS\n\n## Profils " }
I want to display the content with the images.
My front is on AngularJS with the directive ng-showdown
. It's works well but, and it's normal, the image is not display.
Is it opssible to have an HTML reponse with linked images? Is it possible to get the upload file with the API ?
In the other hand, have you an another idea to integrate the Project's Wiki on an external portal ?