utpal Posted January 13, 2009 Share Posted January 13, 2009 Hi, I am working on developing the RESTful APIs for Laconica. I don't know from where I should start. For Java there is a tool called Jersey, which helps implementing REST APIs. Is there any such tool for PHP? Please help me how to start. Regards, Utpal Quote Link to comment https://forums.phpfreaks.com/topic/140640-restful-api-for-existing-code/ Share on other sites More sharing options...
448191 Posted January 13, 2009 Share Posted January 13, 2009 Uhm, no not that I know of. I don't see why you would need one either. If you have docs that say what request XML to use and what the response means, what's the problem? Quote Link to comment https://forums.phpfreaks.com/topic/140640-restful-api-for-existing-code/#findComment-736371 Share on other sites More sharing options...
utpal Posted January 14, 2009 Author Share Posted January 14, 2009 I don't have any doc about request and response.. I havn't any idea how I can implement it and from where I should start.. I also need to see how much time it will take to finish writing the api.. Quote Link to comment https://forums.phpfreaks.com/topic/140640-restful-api-for-existing-code/#findComment-736806 Share on other sites More sharing options...
448191 Posted January 14, 2009 Share Posted January 14, 2009 I apologize. I thought you were writing against an API, not creating the API itself. You may want to look at Zend_Rest, which will make things a little easier. Regardless I imagine this to be a pretty big project. I don't know anything about Laconica, so I can't tell you how much work is involved exactly. All I can say is I wouldn't underestimate it. Quote Link to comment https://forums.phpfreaks.com/topic/140640-restful-api-for-existing-code/#findComment-736942 Share on other sites More sharing options...
menriquez Posted January 16, 2009 Share Posted January 16, 2009 you should start your work here.... http://www.konstrukt.dk have fun, - mark Quote Link to comment https://forums.phpfreaks.com/topic/140640-restful-api-for-existing-code/#findComment-738289 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.