Skip to content

An example of a REST web service client that sends a user's credentials to the server, receives an authentication token and looks up for words from a dictionary that start and/or end with two given letters

Notifications You must be signed in to change notification settings

Coursal/RESTful-Dictionary-Client

Repository files navigation

RESTful-Dictionary-Client

An example of a REST web service client that sends a user's credentials to the server, receives an authentication token and looks up for words from a dictionary that start and/or end with two given letters.

All data are being sent and received with the JSON format.

Execution example

Successful login with valid token and words found

Successful login with valid token but words not found

Successful login but invalid token

Unsuccessful login

Tied with sister project RESTful-Dictionary-Server.

Server written and tested in NetBeans 8.2 (requires JSON.simple jar file, added in the project directory).

About

An example of a REST web service client that sends a user's credentials to the server, receives an authentication token and looks up for words from a dictionary that start and/or end with two given letters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages