I am pretty new to Ghost and have spent some time reading the documentation, but I haven’t seen if it’s possible to create a new API on top of the existing APIs.
For example, if I want to add a functional module that allows members to upload videos, can I create a new set of API to support that? If so, is there developer guide ?
Thanks
I don’t think Ghost is the right choice if this is important functionality. The only member (not staff) input it currently handles is comments. You’re either patching the core (which is really not well documented) or you’re kludging together some cloud function that receives the user input and creates a post with it.
Actually, that second option is pretty doable, but you’d probably be better served by a platform that has it built in…
1 Like