Introduction
Welcome to Jeff Dean as a Service- A RESTful solution for having Jeff Dean solve all of your problems. Now, us mere mortals outside of the GooglePlex can experience the awesomeness of Jeff at scale.
Available Paths
- /jokes Get a Jeff Dean joke courtesy of the internet/Google interns.
- /advice Stuck? WWJDD- Get advice from the man himself.
- /numbers Some numbers Jeff thinks you should know for "back of the envelope" calculations.
Try It!
GET
GET
GET
https://jdaas.xyz/jokes
GET
https://jdaas.xyz/advice
GET
https://jdaas.xyz/numbers
HTTP/1.1
200 OK
Content-Type: application/vnd.api+json
{
"data":{
"humor": "high",
"fact": "true",
"source": "google interns",
"joke": "Jeff Dean once shifted a bit so hard it ended up on another computer."
}
}