Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorereddy committed Dec 2, 2016
1 parent a505658 commit 90cffcf
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
50 changes: 50 additions & 0 deletions doc/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
SLATE KIT
----------------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2016 code-helix

Please visit https://github.com/code-helix/slatekit/blob/master/LICENSE
for more information on the Slate Kit License.



LIBRARIES
----------------------------------------------------------------------------------------
Slate Kit uses the following external libraries. The licenses for these libaries are
located in the ./licenses folder


AKKA HTTP
----------------------------------------------------------------------------------------
These licenses for these libraries are in the ./licenses folder
akka-actor_2.11-2.4.10.jar
akka-http-core_2.11-2.4.10.jar
akka-http-experimental_2.11-2.4.10.jar
akka-http-spray-json-experimental_2.11-2.4.10.jar
akka-parsing_2.11-2.4.10.jar
akka-stream_2.11-2.4.10.jar
reactive-streams-1.0.0.jar
scala-java8-compat_2.11-0.7.0.jar
scala-library.jar
scala-parser-combinators_2.11-1.0.4.jar
scala-reflect.jar
spray-json_2.11-1.3.2.jar
ssl-config-akka_2.11-0.2.1.jar
ssl-config-core_2.11-0.2.1.jar


MISC
----------------------------------------------------------------------------------------
aws-java-sdk-1.10.55.jar
commons-codec-1.9.jar
commons-logging-1.2.jar
config-1.3.0.jar
httpclient-4.5.1.jar
httpcore-4.4.3.jar
jackson-annotations-2.5.0.jar
jackson-core-2.5.3.jar
jackson-databind-2.5.3.jar
joda-time-2.8.1.jar
json_simple-1.1.jar
mysql-connector-java-5.1.38-bin.jar
12 changes: 6 additions & 6 deletions doc/README.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
----------------------------------------------------------------------------------------
@author : Kishore Reddy
@website: www.slatekit.com
@date : Nov 11, 2016
@release: 1.1.0
@build : 1.1.0.2
@date : Dec 1, 2016
@release: 1.2.0
@build : 1.2.0.3
----------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------
SLATE KIT
----------------------------------------------------------------------------------------
This is Slate Kit 1.1
This is Slate Kit 1.2
Slate Kit is a tool kit, utility library and server backend for mobile and web apps.
It is written in Scala and uses Akka-Http for the Server.

Expand Down Expand Up @@ -128,7 +128,7 @@ Info : SUMMARY :
Info : ===============================================================
Info : name = Sample App - Console
Info : desc = Sample console application to show the Slate Kit base app
Info : version = 0.9.1
Info : version = 1.2.0
Info : tags = slate,shell,cli
Info : group = Samples
Info : region = ny
Expand Down Expand Up @@ -226,7 +226,7 @@ get see step 3. http://localhost:5000/api/sys/version/scala {
post see step 3. http://localhost:5000/api/app/info/lang { }
post see step 3. http://localhost:5000/api/app/info/host { }
post see step 3. http://localhost:5000/api/app/info/app { }
post see step 3. http://localhost:5000/api/sampleapp/users/total { }
get see step 3. http://localhost:5000/api/sampleapp/users/total { }
post see step 3. http://localhost:5000/api/sampleapp/users/create { "email" : "batman@gotham.com", "first" : "bruce", "last" : "wayne", "isMale" : true, "age" : 32, "phone" : "123456789", "country" : "us" }
post see step 3. http://localhost:5000/api/sampleapp/users/create { "email" : "superman@metropolis.com", "first" : "clark", "last" : "kent", "isMale" : true, "age" : 32, "phone" : "987654321", "country" : "us" }
post see step 3. http://localhost:5000/api/sampleapp/users/create { "email" : "wonderwoman@metropolis.com", "first" : "diana", "last" : "price", "isMale" : false, "age" : 32, "phone" : "111111111", "country" : "us" }
Expand Down

0 comments on commit 90cffcf

Please sign in to comment.