io.continual.http.service.framework.helpers.endpoints.authPaths.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualHttp Show documentation
Show all versions of continualHttp Show documentation
Continual's HTTP service library.
package io.continual.http.service.framework.helpers.endpoints
###############################################################################
#
# POST:
# { "username": "[email protected]", "password": "myPassword" }
# RECV:
# 200 { "status": "ok", "token": "" }
#
GET /login UiAuthEndpoints.getLogin
POST /login UiAuthEndpoints.postLogin
#
# Logout
#
POST /logout UiAuthEndpoints.logout
GET /logout UiAuthEndpoints.logout