Common Mistakes Made by API Providers
readwriteweb.com
Common Mistakes Made by API Providers
1–10 of 14 posts
Re: Common Mistakes Made by API Providers
#2I wish more services would implement open protocols, agreed upon standards than just proprietary APIs.
Re: Common Mistakes Made by API Providers
#3Re: Common Mistakes Made by API Providers
#4It should be noted that in general APIs are a modern form of slavery! Build something that depends on an API, and be exposed to any arbitrary decision by this API provider. I think Twitter's decision to shut down HTTP basic Auth (in favor of OAuth, which is great) is a perfect example of this. I wish more services would implement open protocols, agreed upon standards than just proprietary APIs.
I think that's a little over the top, nobody is forcing anyone to use their API. If you rely on an API, you should accept that it can (and likely will) change in the future.
Twitter has been pretty up front about the fact that HTTP Basic would be shut off since they first released OAuth. I think they've done just about as much as they can to help people move away from HTTP Basic.
I wish more services would implement open protocols, agreed upon standards than just proprietary APIs.
I'm not sure what you mean by open protocols and agreed upon standards. HTTP Basic and OAuth are both open and agreed upon.
Re: Common Mistakes Made by API Providers
#5Re: Common Mistakes Made by API Providers
#6It should be noted that in general APIs are a modern form of slavery! Build something that depends on an API, and be exposed to any arbitrary decision by this API provider. I think Twitter's decision to shut down HTTP basic Auth (in favor of OAuth, which is great) is a perfect example of this. I wish more services would implement open protocols, agreed upon standards than just proprietary APIs.
It should be noted that in general APIs are a modern form of slavery! I think that's a little over the top, nobody is forcing anyone to use their API. If you rely on an API, you should accept that it can (and likely will) change in the future. Twitter has been pretty up front about the fact that HTTP Basic would be shut off since they first released OAuth. I think they've done just about as much as they can to help p…
Re: Common Mistakes Made by API Providers
#7It should be noted that in general APIs are a modern form of slavery! Build something that depends on an API, and be exposed to any arbitrary decision by this API provider. I think Twitter's decision to shut down HTTP basic Auth (in favor of OAuth, which is great) is a perfect example of this. I wish more services would implement open protocols, agreed upon standards than just proprietary APIs.
Re: Common Mistakes Made by API Providers
#8Re: Common Mistakes Made by API Providers
#9"If you haven't built your website on top of your API, consider doing that -- or at least what it would be LIKE to do that. If your API couldn't reproduce your website, your API needs fixing."
At first, I was going to argue with this. But then I realized: You don't have to actually -do- it, just write like you would. You don't have to give third parties the ability to do everything you can do locally, so long as you program in such a way that it can be done. It helps decouple things better, and make things more testable.
Re: Common Mistakes Made by API Providers
#10Earlier quoted context omitted.
It should be noted that in general APIs are a modern form of slavery! I think that's a little over the top, nobody is forcing anyone to use their API. If you rely on an API, you should accept that it can (and likely will) change in the future. Twitter has been pretty up front about the fact that HTTP Basic would be shut off since they first released OAuth. I think they've done just about as much as they can to help p…
HTTP APIs typically use slightly different parameters, so there is no existing support, as opposed to an established protocol, such as email.