Use ContentDelivery API to return own api
# help-with-umbraco
a
Sorry for the bad headline.! At a talk to a meetup or codegarden i think i have seen someone extend there own api to return like the content delivery api. Does that ring a bell anywhere?
c
Hi Amalie! This doesn't really ring a bell to me, but I might be able to help you if you would like to explain what it is you're trying to do? đŸ™‚
j
Kenn from HQ did a talk at several meetups and festivals showing some features of working with the ContentDelivery API, including extending some parts, could that be what you are remembering? His repo with examples from the talk is here: https://github.com/kjac/DeliveryApiDataApplication
a
I want to return one of my own api as a content delivery api model. I have written to Kenn beacuse he has held to talks about the api so if it exist it is proberly him who have told me about it. Thanks for the help
k
That code uses the Content Delivery API internally in a "normal" Render Controller. So if you are making your own render controller, and use the content delivery API to get content (in the same model as the content delivery API), then that's definitely something you could use.
a
9 Views