48 finally got around making a basicOutput file which will hold all the code that has to do with returning data from the server to the client. This was originally done in the API_Parent class and though it would've been fine originally, that class has just grown too big.
Right now, I only moved the code dealing with the output from when something got created. However, as that are 94 lines of code, that is a nice start.
This change should also make it easier to make functions dealing with creating output for when something got removed or updated (finally!).