Page MenuHomePhabricator

Enable filtering the spec by endpoints/path prefix
Closed, InvalidPublic

Description

Add an optional parameter to let callers specify only a subset of endpoints for which to receive the spec

For example, I might pass a path prefix and retrieve the spec for endpoints under that path. That would allow, for example, getting the spec for just endpoints provided by a particular extension.

Event Timeline

Hi @Atieno, can you please associate one or more active project tags with this task (via the Add Action...Change Project Tags dropdown)? That will allow to see a task when looking at project workboards or searching for tasks in certain projects, and get notified about a task when watching a related project tag. Thanks!

BPirkle subscribed.

We instead created the REST API module system, which meets this need in a different way.