dragfyre / bahai-date-api

RESTful API for the Baha'i (Badi) calendar.
ISC License
7 stars 4 forks source link

Methods #2

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

Builds on #1 to use GET/POST as per convention (with today being the changeable one and date not being changeable):

E.g., as per https://restfulapi.net/idempotent-rest-apis/

POST is NOT idempotent. GET, PUT, DELETE, HEAD, OPTIONS and TRACE are idempotent.