C# Класс 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.
Наследование: Rock.Rest.ApiControllerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Post ( PrayerPost, prayer ) : HttpResponseMessage

Post method to send a prayer

Описание методов

Post() публичный Метод

Post method to send a prayer
public Post ( PrayerPost, prayer ) : HttpResponseMessage
prayer PrayerPost,
Результат HttpResponseMessage