Stream: hapi
Topic: BaseServer Operations
Kevin Mayfield (Oct 27 2019 at 13:23):
I looking to add an operation on the Base server url e.g. https://base/STU3/$newoperation
I can add them on a resource provider but can't work out how do a custom server provider.
Any pointers? Thanks
James Agnew (Nov 17 2019 at 22:39):
@Kevin Mayfield You just need to define the operation on a plain provider (a provider that does not implement IResourceProvider)
Kevin Mayfield (Nov 18 2019 at 07:11):
Thanks.
Last updated: Apr 12 2022 at 19:14 UTC