C# Class MobileAppPrayerController, Rockit

This is a Rock API wrapper of sorts.. It was needed since we didn't want to unlock the apis for security reasons and we didn't want to store the api key in the app in case it needed to be changed. So the app hits these, then these hit the rock stuff using the api key.
Inheritance: Rock.Rest.ApiControllerBase
Show file Open project: NewPointe/Rockit

Public Methods

Method Description
Post ( PrayerPost, prayer ) : HttpResponseMessage

Post method to send a prayer

Method Details

Post() public method

Post method to send a prayer
public Post ( PrayerPost, prayer ) : HttpResponseMessage
prayer PrayerPost,
return HttpResponseMessage