Thanks,
- Robert
Writing an API for conceptual relationships - looking for feedback
strongapi.com
1–9 of 9 posts
Thanks,
- Robert
Writing an API for conceptual relationships - looking for feedback
strongapi.com
One thing that confused me in the API documentation that it seems to use "concepts" and "words" to mean the same thing. "word" made me think it has some kind of linguistic proximity check, though I'm quite sure that's not what what your API is about. Later examples use phrases instead of words, so it seems that 'word' is the wrong word here - please ban it completely.
From a quick skimming I didn't find if the relationships for all API keys are stored separately, or if all the data is meshed together in one central place (I guess it's the latter, but I'm not sure).
I'm also a bit confused that the examples indicate client side Javascript, and still one needs an API key, but if one uses that API key, it'll be available for the user, and thus not a secret, which seems to defeat the whole purpose. What's the point?
I hope that gives you some ideas for clarifications.
Wow, that's interesting. One thing that confused me in the API documentation that it seems to use "concepts" and "words" to mean the same thing. "word" made me think it has some kind of linguistic proximity check, though I'm quite sure that's not what what your API is about. Later examples use phrases instead of words, so it seems that 'word' is the wrong word here - please ban it completely. From a quick skimming I…
To answer your question about words and comments, you can input a word or a simple concept like a person's name ex: "George Bush".
As for the API keys every user currently has access to the same information via their API key. You are correct about the security flaw in the javascript API key model, however since nobody uses this but me, I figured it's OK to let it slide for now and once I need to start scaling I can figure out something else. Right now I just want to get people interested and start playing around with it.
Do you have any uses of it so far that are really cool? (other than your lighting/thunder example)
Wow, that's interesting. One thing that confused me in the API documentation that it seems to use "concepts" and "words" to mean the same thing. "word" made me think it has some kind of linguistic proximity check, though I'm quite sure that's not what what your API is about. Later examples use phrases instead of words, so it seems that 'word' is the wrong word here - please ban it completely. From a quick skimming I…
Cool, thanks for your comments To answer your question about words and comments, you can input a word or a simple concept like a person's name ex: "George Bush". As for the API keys every user currently has access to the same information via their API key. You are correct about the security flaw in the javascript API key model, however since nobody uses this but me, I figured it's OK to let it slide for now and once…