|
|
|
|
|
by kennydude
795 days ago
|
|
> That barely qualifies as an API, it's just HTTP. So what possible use could a client library be? Wikipedia: API stands for Application Programming Interface. In the context of APIs, the word Application refers to any software with a distinct function. Interface can be thought of as a contract of service between two applications. This is an interface between two applications. I do like the simplicity of the APIs provided though, but they _are_ APIs |
|
- Where there is an "API key" and a "secret key" when in reality the idiot maintainers could have just concatenated the two and called it a "key". The customer doesn't need to know the abstraction on the server side
- Where one needs to create an "account" and then a "project" before one can even create a "key". WTF is a project
- Where one needs to do a dumb SMS 2FA to even get an API key
- Where one needs to do multiple steps and try/except blocks to get a result in a plain format