Skip to content

Commit

Permalink
fix redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 26, 2020
1 parent 1aefc28 commit bae5c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Both of these examples request JSON as the data exchange format generated by the
* ***locale***: can have a value of *EN*, *IT*, or *LA* (*default*: *LA*). Sets the desired localization for the Calendar to *English*, *Italian*, or *Latin* respectively.
* ***year***: can have a value starting from *1970* and a maximum value of *9999* (*default*: current year). For the time being, this endpoint only calculates the Liturgical Calendar that follows the reform of the Second Vatican Council, starting from the publishing of the *Editio Typica* of the Roman Missal in 1970. Perhaps in future updates information from the calendar preceding the Second Vatican Council will be added, in order to have a greater historical range from the endpoint.
* ***returntype***: can have a value of *JSON*, *XML*, or *ICS* (*default*: *JSON*). Indicates the format of the data that will be returned by the endpoint. **N.B.** the desired data type should also be detected from the `Accept header` set by the requesting client, if not indicated by means of the `returntype` parameter; in this case, possible values are `application/json`, `application/xml`, and `text/calendar`
* ***epiphany***: can have a value of *SUNDAY_JAN2_JAN8* or *JAN6* (*default*: *JAN6*). Indicates whether Epiphany should fall exactly on January 6th or instead on the Sunday between January 2nd and January 8th. Traditionally it falls on January 6th in the Vatican, but each Episcopal Conference of Bishops can opt to celebrate on the Sunday.
* ***ascension***: can have a value of *THURSDAY* or *SUNDAY* (*default*: *SUNDAY*). Indicates whether the feast of the Ascension should fall on a Thursday or on a Sunday. Traditionally in the Vatican it falls on a Thursday, but for pastoral reasons each Episcopal Conference of Bishops can opt to celebrate on Sunday.
* ***corpuschristi***: can have a value of *THURSDAY* or *SUNDAY* (*default*: *SUNDAY*). Indicates whether the feast of Corpus Christi should fall on a Thursday or on a Sunday. Traditionally in the Vatican it falls on a Thursday, but for pastoral reasons each Episcopal Conference of Bishops can opt to celebrate on Sunday.
* ***epiphany***: can have a value of *SUNDAY_JAN2_JAN8* or *JAN6* (*default*: *JAN6*). Indicates whether Epiphany should fall exactly on January 6th or instead on the Sunday between January 2nd and January 8th. Traditionally it falls on January 6th in the Vatican, but each regional Conference of Bishops can opt to celebrate on the Sunday.
* ***ascension***: can have a value of *THURSDAY* or *SUNDAY* (*default*: *SUNDAY*). Indicates whether the feast of the Ascension should fall on a Thursday or on a Sunday. Traditionally in the Vatican it falls on a Thursday, but for pastoral reasons each regional Conference of Bishops can opt to celebrate on Sunday.
* ***corpuschristi***: can have a value of *THURSDAY* or *SUNDAY* (*default*: *SUNDAY*). Indicates whether the feast of Corpus Christi should fall on a Thursday or on a Sunday. Traditionally in the Vatican it falls on a Thursday, but for pastoral reasons each regional Conference of Bishops can opt to celebrate on Sunday.

**N.B.** The parameter names are expected to be in lowercase characters. The parameter values are generally expected to be in uppercase characters, but they will work in lowercase characters just as well (starting from v2.5).

Expand Down

0 comments on commit bae5c2c

Please sign in to comment.