rebel-l / sessionservice

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

Implement Session Update Body #25

Closed rebel-l closed 6 years ago

rebel-l commented 7 years ago

The put method of the /session endpoint uses a payload which is called SessionBody (Swagger hub). To read this data the clients send a model is needed.

Note: This model includes also the Data model which is implemented within issue #23.

rebel-l commented 6 years ago

implemented within PR #34