Skip to content

paypi/go-yoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-yoda

An example API, implementing PayPI authentication.

Yoda API Live Example

Logo

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>'

What does it do?

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.

About

A yoda API, implementing PayPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages