Skip to content

tamasgyenese/partner_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Partner Module

Project with Maven to reserve a seat for an event. It calls the endpoints of Ticket System Management' Ticket module using Base64 encoded token for User validation.
Endpoints: In the Api module there are three end points:

  • /ticket/getEvents -> return all Event [GET]
  • /ticket/getEvent/id -> return a specific event with details [GET]
  • /ticket/reserve [POST] requires: eventId, seatId, cardId

The Ticket module sends back a response with an API-KEY and the hash code of this value and the hashing logic are stored in Partner module. To compare these values we can restrict the communication, because we would like to get response only from Ticket module.

Built With

Authors

  • Tamas Gyenese

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages