|
|
|
|
|
by KrisJordan
4954 days ago
|
|
Braintree isn't the only HTTPS API a developer will consume. Rather than bury the knowledge of HTTPS best practice in the black box of a library, why not exemplify it in language-specific examples of plain-old REST API documentation? If the boilerplate for manually getting an SSL connection right in a given language is that obtuse, the "just use our library" pitch is even more compelling. All this said, I have used Braintree's libraries and they are extremely well executed. Not exposing REST API documentation externally (it surely exists internally, right?) just feels like a cop out. (An argument I'm surprised was left out: it's easier for support staff to work with customers integrating with a good library than some home rolled REST client. I can imagine this to be true, but maybe a case of premature optimization if the majority of big API players expose and document their REST APIs anyway?) |
|