Tag: Apis
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags microservices restful apis
-
Developing Restful APIs: A Comprehensive Set of Guidelines by Zalando
Posted on January 25, 2017, Level beginner Resource Length medium
Zalando Tech team (German electronic commerce company) has created comprehensive set of guidelines and the best practices for API design for mutli-team development company.
Tags software-architecture apis
-
Best Practices for Designing a Pragmatic RESTful API
Posted on January 22, 2017, Level intermediate Resource Length long
Vinay Sahni - Founder of Enchant and Full stack developer - shares his experience with designing RESTful API. He tried to come up with pragmatic answers to hard questions so final API is easy to use, easy to adopt and flexible enough to dogfood for our own user interfaces.
Tags apis software-architecture
-
Some Better Practices For Using Requests in API Clients
Posted on January 20, 2017, Level intermediate Resource Length short
Ian Cordasco has written a few API client libraries and works on Requests (Python) and shares overlapping knowledge in this article.
Tags apis microservices programming