You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fantastic API as far as it goes. The one thing I see it missing, which is also the one thing I’m looking for to use in a given project but can’t find anywhere, is the ability to pass to an API a liturgical date (say, 25th Sunday in Ordinary Time) and have it return the calendar date for it. I suppose I’d also need year as a parameter as well in this case. I have found numerous liturgical calendar APIs, this is by far the best and easiest to use (I’m using it on the official server), but it still lacks a straightforward reverse-lookup from liturgical date to calendar date. You have the calendar date to liturgical date methods in place, just not their reverse. I’d appreciate it if you added the reverse lookup to get calendar date from a passed liturgical date.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the suggestion. I will openly admit that I don't plan to add support for the "reverse lookup". Definitely not in the near future - the API is basically a thin wrapper over the calendarium-romanum Ruby gem, which is currently not well-suited for such a task. But if you are willing to, let's discuss what the API endpoint(s) could look like, let's wait for input from other users (is there anyone else who would like to have this feature implemented?), and who knows - maybe one day I (or someone else) will add it.
Do you have an idea of what the "reverse lookup" API endpoint(s) should look like - the paths (+ query parameters if needed) and response bodies?
This is a fantastic API as far as it goes. The one thing I see it missing, which is also the one thing I’m looking for to use in a given project but can’t find anywhere, is the ability to pass to an API a liturgical date (say, 25th Sunday in Ordinary Time) and have it return the calendar date for it. I suppose I’d also need year as a parameter as well in this case. I have found numerous liturgical calendar APIs, this is by far the best and easiest to use (I’m using it on the official server), but it still lacks a straightforward reverse-lookup from liturgical date to calendar date. You have the calendar date to liturgical date methods in place, just not their reverse. I’d appreciate it if you added the reverse lookup to get calendar date from a passed liturgical date.
The text was updated successfully, but these errors were encountered: