fern icon indicating copy to clipboard operation
fern copied to clipboard

[Feature] Override `base-path` at the endpoint level

Open dsinghvi opened this issue 5 months ago • 0 comments

Problem description

service: 
  endpoints: 
    get: 
      base-path: /{a}/{b}
      path: /{c}/{d}/{e}
      path-parameters: 
        a: string
        b: string
        c: string
        d: string
        e: string

Why would it be useful?

Allows folks to override the base path at the endpoint level if they don't want to override endpoint level and service level base path.

dsinghvi avatar Sep 18 '24 13:09 dsinghvi