User:Kerik Rau/n2k.AppSpot

From Second Life Wiki
< User:Kerik Rau
Revision as of 21:44, 23 January 2009 by Kerik Rau (talk | contribs) (New page: This service is designed to provide effortless name to key and the inverse conversions. It does so by utilizing web services that are readily available and acts as a proxy that strips thi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This service is designed to provide effortless name to key and the inverse conversions. It does so by utilizing web services that are readily available and acts as a proxy that strips things down to where they are easily usable within LSL (or any other application). It is hosted on Google's AppEngine, which means that it should easily scale with most demands placed on it.

Usage

The base url is http://n2k.AppSpot.com

For name 2 key you append /n2k/ and add in the name of the person you want to look up.

For example: http://n2k.AppSpot.com/n2k/Kerik+Rau

(Note the + was added in to keep the URL in tact, you can use a space or %20 if you prefer)

Output

n2k - The service under most conditions will return only the key or nothing at all. To verify this you could check to see if the length is 36 characters as that will eliminate any stack traces or other oddities that might come through.

Todo

The Key 2 Name portion of the site has not yet been written.