Hey folks! I have a full CRUD API Schema I would l...
# general
f
Hey folks! I have a full CRUD API Schema I would like to put in a new provider. I am aware of all the boilerplates, but they miss documentation for golang newcomers. I don't want to write all the API Calls for all resources, I want it to take the schema and do an generic fetch with the defined properties as parameters and the resource name as path. Any easy to start tutorial how to achieve this, you can share? Everything I found so far is either not well explained or not showing how to handle many resources with an API. (In TS I would know how to do it, but Providers have to be written in golang). There has to be a way to do it without writing thousands LOCs. 😕