Shopify

APIDescription
GET api/Shopify/GetProducts

No documentation available.

Espirations

APIDescription
GET api/Espirations/GetFriarEspirationByDate?fjDate={fjDate}

Retrieves a single Friar's E-Spiration issue based on the passed date.

Saints

APIDescription
GET api/Saints/GetAllSaints

Returns all saints.

GET api/Saints/GetCausesBySaintId?saintID={saintID}

Returns a saint given a specific id.

GET api/Saints/GetAllCauses

Returns all causes.

GET api/Saints/GetSaintsByDate?saintDate={saintDate}

Returns an array of saints given the specific date.

GET api/Saints/GetSaintByDate?saintDate={saintDate}

Returns a single saint object based on date. This will return the first saint object that meets the criteria.

GET api/Saints/GetSaintById?saintId={saintId}

Returns a single saint object based on the integer id.

GET api/Saints/GetSaintsByMonth?saintMonth={saintMonth}

Returns an array of saints based on the provided integer month.

GET api/Saints/GetSaintsByCauseId?causeID={causeID}

Returns an array of saints given the cause id.

MinuteMeditations

APIDescription
GET api/MinuteMeditations/GetMinuteMeditationByMonth?month={month}

Returns an array of Minute Meditations for the entire month represented by a passed integer.

GET api/MinuteMeditations/GetMinuteMeditationByDate?mmDate={mmDate}

Returns a single Minute Meditation based on the passed date.