Skip to content

Scala Application with power of Akka to make REST API calls, stich to build a workflow nicely, using Akka and JSON marshalling/unmarshalling.

Notifications You must be signed in to change notification settings

pradip-interra/Scala_Akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScalaRESTAPICallWithAkka

Scala Application with power of Akka to make REST API calls, stich to build a workflow nicely, using Akka and JSON marshalling/unmarshalling.

How it works?

How to run?

  • sbt compile
  • sbt run

Sample output:

Instance GET API Output:Movie(4,3-idiots,satire)

Deleted movie: {"genre":"satire","id":4,"name":"3-idiots"}

About

Scala Application with power of Akka to make REST API calls, stich to build a workflow nicely, using Akka and JSON marshalling/unmarshalling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages