-1

I'm trying to code a big api-project with multiple different calls and authentication.

In order to keep my code readable, I'd like to split my API into multiple fractions... what's the best approach?

From what i have seen in the web, all examples use fairly small API's, which fit in one file without loosing readability. But with hundreds of different methods, this wouldn't be an option.

ratloser
  • 116
  • 1
  • 7
  • Does this look like a solid approach? --BaseApi (handling auth, get/post/put/delete requests) ---Part1 Api (calling BaseApi) ---Part2 Api (calling BaseApi) – ratloser Aug 17 '23 at 16:13

0 Answers0