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
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode Description
Post ( PrayerPost, prayer ) : HttpResponseMessage

Post method to send a prayer

Method Details

Post() public méthode

Post method to send a prayer
public Post ( PrayerPost, prayer ) : HttpResponseMessage
prayer PrayerPost,
Résultat HttpResponseMessage