Get your own customer support community
 

Add the following URLs to Soocial's API?

I already sent this to the support monkey, sorry for repeating myself but this seemed like a better place to post this, anyways.

Would it be possible to add the following URLs to Soocial's API?

  • /api/contacts.vcf

  • /api/contacts.txt

  • /api/contacts/ID.vcf



contacts.vcf would return all the contacts in one large vCard file. contacts.txt (or maybe .csv) would return all the contacts, but only the first name, last name, and ID. So:

1002,Smith,John
1003,Doe,Jane
etc
and contacts/ID.vcf would return that contact as a vcard. This would also be a PUT-capable spot, allowing the developer/client app to HTTP PUT a vcard and have it overwrite that one contact. (I thought about having contacts.vcf a put-capable url, and it makes it easy for someone to screw up if that means overwriting the user's whole contact list.) The vcard retrivial shouldn't take a long time as you already give the vcard in the XML returned from the API, so I don't think it would be too long for it to be implemented, but the PUT side may take a bit longer. Oh well :)
 
happy I’m confident that these ideas will help future Soocial client developers
Inappropriate?
4 people like this idea

The company implemented this idea.


User_default_medium