w3c-ccg / vc-test-suite-implementations

Implementations for VC HTTP API tests
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Filter by tag returns respective endpoint #38

Closed aljones15 closed 1 year ago

aljones15 commented 2 years ago

endpoints.filter returns an Array of matching endpoints. match and nonMatch are still there, but instead of containing just the implementation they now contain a list of matching endpoints and an implementation. This cuts down on the amount of work in the test suite, but filtering both endpoints and implementations at the same time.