An example API, implementing PayPI authentication.
HTTP
GET /?text=Failure is the greatest teacher HTTP/1.1
Host: yoda.apis.paypi.dev
Authorization: Bearer <Your PayPI Subscriber Secret>cURL
curl --location --request GET 'yoda.apis.paypi.dev?text=Failure%20is%20the%20greatest%20teacher' \
--header 'Authorization: Bearer <Your PayPI Subscriber Secret>'go-yoda takes in english text and returns what Yoda would have said, for example "How is your day" turns to "Your day how is". It uses PayPI to authenticate users, simplifying key management and payments.