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
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
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