Levi's pretty much right - there's no official API, but the framework for implementing one easily exists. For example, authlogic support http authentication for REST requests. Many of the controller actions have respond_to blocks to that xml or json responses can be implemented.
The forums and topics controllers are probably the most complete. I'm looking forward to hopefully being able to integrate Levi's (or other contributors') changes to improve the API into core. Thanks, Bruno On Sat, Jan 16, 2010 at 11:16 AM, Levi Rosol <[email protected]> wrote: > Currently, no, not really. There are only a few controllers setup to handle > xml requests. > > However, there is a plugin that we are working on that will require the use > of API calls in the system. I am currently working on the edge branch to get > these in place and hope to have them in github in the near future. > > -- > Levi Rosol > Twitter: @LeviRosol > > > > On Sat, Jan 16, 2010 at 1:39 AM, kevbaker <[email protected]> wrote: > >> We are hoping to use CommunityEngine as the core of a new project. We >> will be building a parallel application that will communicate with CE >> for user/registration/friend information, hopefully via an existing >> API. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CommunityEngine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<communityengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/communityengine?hl=en. >> >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "CommunityEngine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<communityengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/communityengine?hl=en. > >--
You received this message because you are subscribed to the Google Groups "CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
