Closed Wazecky closed 2 years ago
Kindly, only submit one PR at a time. Thanks
Okay. I will take that into account. Thanks
On Tue, Dec 14, 2021, 8:38 PM WanjaMIKE @.***> wrote:
Kindly, only submit one PR at a time. Thanks
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/section-engineering-education/engineering-education/issues/5576#issuecomment-993819834, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWTP5VODPTZXNLBRVWSBHATUQ56I3ANCNFSM5KAGA7LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
REST API Examples using the product resource
Introduction
REST stands for Representational State Transfer. A REST API also known as RESTful API is an application programming interface that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST API is a way of accessing web services in a simple and flexible way without having any processing. It is preferred to the more robust Simple Object Access Protocol technology because REST uses less bandwidth, simple and flexible making it more suitable for internet usage.
Key takeaways
Different examples:
Article quality This article will focus on explaining a learner different examples of resource usage for different operations and their results. It will be beginner-friendly to those who are venturing into API related ventures.
References
REST API product resource