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.