Companies releasing APIs should be very very serious about proper documentations. A bad documentation also affects the adaptability of a technology, framework or language.
If you have to pick 3 qualities of a bad documentation, what would those be?
This is in terms of what is bad documentation and not architecture of the APIs per say (that is a whole other discussion!)
I will go for a REST-API.
Indirect answer, but I hate very complex API structures with not very meaningful naming. An API should almost be self explaining.
I also hate XML APIs.
To your question: I hate inconsistency.
martin garix
nice