# Functions
Get address book and tags godoc
@Summary Get all address book and tags data @Schemes @Description Get all address book and tags data @Tags Address book and tags @Security ApiKeyAuth @Accept json @Produce json @Success 200 {object} Controllers.Response "Response data is a serialized json string" @Failure default {object} Controllers.ResponseError @Router /ab [get] @Router /ab/get [post].
Update address book and tags godoc
@Summary Update all address book and tags data @Schemes @Description Update all address book and tags data @Tags Address book and tags @Security ApiKeyAuth @Accept json @Produce json @Param AddressBookUpdateRequest body AddressBookUpdateRequest true "Update data is a serialized json string" @Success 200 @Failure default {object} Controllers.ResponseError @Router /ab [post].
# Structs
No description provided by the author