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
https://github.com/TimGeyssens/UmbracoAngularBackofficePages
I'm following this sample project.
I renamed Example to Alumni, exampleTree to alumniTree, etc.
I tried
http://domain.com/umbraco/backoffice/Alumni/AlumniApi/GetAll ;
http://domain.com/umbraco/backoffice/api/Alumni/AlumniApi/GetAll
http://domain.com/umbraco/backoffice/Alumni/AlumniApi/GetAll returns an XML document
Hi Robert,
Maybe you can have a look at my source code for the DUUG meetup as well : https://bitbucket.org/dawoe/duugcustomsections
The route of your API will be like this : http://{domain}/umbraco/backoffice/{PluginControllerName}/{ApiNameWithoutControllerSuffix}/{MethodName}
Can you post your API code ? Maybe we can help you then.
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Section with ApiController
https://github.com/TimGeyssens/UmbracoAngularBackofficePages
I'm following this sample project.
I renamed Example to Alumni, exampleTree to alumniTree, etc.
I tried
http://domain.com/umbraco/backoffice/Alumni/AlumniApi/GetAll ;
http://domain.com/umbraco/backoffice/api/Alumni/AlumniApi/GetAll
http://domain.com/umbraco/backoffice/Alumni/AlumniApi/GetAll returns an XML document
Hi Robert,
Maybe you can have a look at my source code for the DUUG meetup as well : https://bitbucket.org/dawoe/duugcustomsections
The route of your API will be like this : http://{domain}/umbraco/backoffice/{PluginControllerName}/{ApiNameWithoutControllerSuffix}/{MethodName}
Can you post your API code ? Maybe we can help you then.
Dave
is working on a reply...