Thanks to visit codestin.com
Credit goes to github.com

Skip to content

striderkein/dev-wisdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’‘ dev-wisdom

🌐 Live API: https://dev-wisdom.onrender.com

A simple REST API that delivers random programming wisdom (proverbs).

πŸ”— Base URL

https://dev-wisdom.onrender.com

πŸš€ API Endpoints

GET /api/proverbs

Returns all proverbs.

Try it: https://dev-wisdom.onrender.com/api/proverbs

GET /api/proverbs/:id

Returns a specific proverb by ID.

Try it: https://dev-wisdom.onrender.com/api/proverbs/1

GET /api/proverbs/random

Returns a randomly selected proverb.

Try it: https://dev-wisdom.onrender.com/api/proverbs/random

Example response:

  {
    id: 1,
    ja: 'γ‚ˆγ„ε‘½εγ―ηŸ₯θ­˜γ‚’ζ§‹η―‰γ™γ‚‹',
    en: 'Good naming builds knowledge.'
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published