Skip to content

julienrf/play-endpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-endpoints

Turn endpoint definitions into first class citizens.

Inspiration

Roadmap

  • One endpoint, whose path is fixed, e.g. GET /foo, with a description
  • Routing
  • Reverse routing
  • Abstract documentation
  • HTML documentation
  • Several HTTP verbs (GET, POST)
  • Two endpoints, with fixed paths, e.g. GET /foo and GET /bar
  • Query string parameters of type String, with a description
  • Path parameters
  • Parameters of any type
  • Request body schema (i.e. model an endpoint as an A => Unit value)
  • Response body schema (i.e. model an endpoint as an A => Future[B] value)
  • Request headers schema
  • JavaScript reverse routing
  • HTTP client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages