Skip to content

Chu3laMan/RestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestApp

it's a direct practice for Restful to give my application a third party application, I've tried to use SoapUI to test these service methods. the following list of tested URLs coresponding with the HTTP methods

URI: http://localhost:8080/basic/rest/users ➤ HTTP Method: GET ➤ Activity: Returns the list of all users

URI: http://localhost:8080/basic/rest/users ➤ HTTP Method: POST ➤ Activity: Adds a new user

URI: http://localhost:8080/basic/rest/users/3 ➤ HTTP Method: PUT ➤ Updates the user specified with its id

URI: http://localhost:8080/basic/rest/users/3 ➤ HTTP Method: DELETE ➤ Activity: Deletes the user specified with its id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages