This is great. Is there a way you could categorize the APIs so searches can be filtered? I imagine this a common machine learning classification problem. Maybe check out http://scikit-learn.org/stable/
The are a number of API's (on Mashape) that even if in public mode are still beta stuff (like mine :-)) there should be a way at least for mashapers to signify that in the api admin panel, in order to avoid any potential confusion.
That said, THANK YOU from this marketing effort.
Is public/private a matter of authentication, or authorization ? (e.g. trackable or paying)
Or is it suppose to be "private api is for internal use in a company" v. "public api is for external usage"?
curl "https://joss-open-exchange-rates.p.mashape.com/latest.json"
{"message":"Invalid Mashape key. If you are a Mashape user, get your key from your dashboard at https://www.mashape.com/login - To create a free Mashape account instead, go to https://www.mashape.com/signup"}
25 comments
[ 3.0 ms ] story [ 66.5 ms ] threadFull disclosure - I work at MuleSoft, the company responsible for ApiHub.
Just FYI -- I'd never heard of it before.
Is public/private a matter of authentication, or authorization ? (e.g. trackable or paying)
Or is it suppose to be "private api is for internal use in a company" v. "public api is for external usage"?