Application Programming Interface - the specification of the methods, classes, structures etc of software libraries and how they are to be used when developing applications using those libraries.

learn more… | top users | synonyms

2
votes
0answers
276 views

Resources on GUI library API design?

I've tackled this topic maybe a dozen of times, but each time I write a GUI library, at some point I look at it and see that it's badly designed (from a programmers point of view). I've looked through ...
0
votes
0answers
49 views

How to fetch list of games in iOS App Store

Is there an API to fetch the list of games in the iOS App Store? I'd like to also retrieve meta-data about each app (e.g. latest version available or top IAPs). Does Apple allow for any sort of ...