API Workshop

In software engineering, APIs are everywhere. Understanding them is the key to building new applications (both web and mobile) easily by utilizing existing functionality.

In particular, Web APIs are important because they put all of your complex logic into a server so your front-end can focus on presenting and interacting with information. This workshop will teach you about the fundamentals to Web APIs such as “What goes into a HTTP Request?” and “What makes an API ‘RESTful’?”

Additional Resources