hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Open geo API to android #87

Closed weilu closed 10 years ago

weilu commented 10 years ago

POST /geo

with request body:

  {
      "lat": 123.4,
      "lon": 45.6,
      "name": "Wei Lu",
      "email": "wei@example.com"
  }

DELETE /geo // deletes data associated with current session

mackuba commented 10 years ago

Is "lon" a common abbreviation for "longitude"? I think I've only seen "long" and "lng".

weilu commented 10 years ago

I've seen it somewhere. I think because of lat, people use lon sometimes just to be consistent with the character length?