IResource.withUrlForEndpoint
Method
interface IResource { // ... omitted for brevity withUrlForEndpoint(endpointName: string, callback: (obj: ResourceUrlAnnotation) => void): IResource;}Signature
method
withUrlForEndpoint builder Customizes the URL for a specific endpoint via callback
withUrlForEndpoint(endpointName: string, callback: (obj: ResourceUrlAnnotation) => void): IResourceParameters
endpointName string callback (obj: ResourceUrlAnnotation) => void Returns
IResource Defined on
This method is defined on the following type: