I'm not a developer. I actually work in identity and access management, tokens, authentication, etc. The closest I come to this would be powershell.<p>Some aspects of my job overlap with developers though. It seems that more often than not, tech that I'm responsible for implementing and administrating like secrets management, privlidged access and even directories all leverage APIs.<p>What resources would the HN crowd recommend for this non-dev to learn all about APIs?
I'm also a non-dev although I have a little Python experience, and I found reading the docs for FastAPI (a Python library to create API based applications) to be quite enlightening.<p>In particular the "Tutorial - User Guide" which walks you through creating a little app.<p><a href="https://fastapi.tiangolo.com/tutorial/" rel="nofollow">https://fastapi.tiangolo.com/tutorial/</a>