rebel-l / sessionservice

A simple session service based on golang.
GNU General Public License v3.0
0 stars 0 forks source link

Implement Session PUT method #27

Closed rebel-l closed 6 years ago

rebel-l commented 7 years ago

The /session endpoint has a PUT method to create or update the sessions data. The documentation you can find on Swagger hub.

If the id in the payload is omitted a new session should be started which means a new id must be created.

Note: There are some dependencies to other issues which are used here.

rebel-l commented 6 years ago

open:

rebel-l commented 6 years ago

Everything implemented and merged