4

How to enable API versioning on IBM Loopback 4 framework, where each API version will have different JSON response.

user3004499
  • 189
  • 3
  • The only which I've found is to create a separate controller for new version of APIs and use it. You can use your exisiting models, repositories and services though as suited. The entrypoints anyways are the controllers so versioned controllers is the only way out right now. – DevopShivam Jun 13 '23 at 11:24

0 Answers0