public interface InitID
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InitIDV3> |
endSession() |
retrofit2.Call<InitIDV3> |
endSession(java.lang.String _exclude_fields)
End a session.
|
retrofit2.Call<InitIDV3> |
issue() |
retrofit2.Call<InitIDV3> |
issue(java.lang.String _exclude_fields)
Issue a new session ID.
|
@GET(value="/3/InitID") retrofit2.Call<InitIDV3> issue(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@GET(value="/3/InitID") retrofit2.Call<InitIDV3> issue()
@DELETE(value="/3/InitID") retrofit2.Call<InitIDV3> endSession(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@DELETE(value="/3/InitID") retrofit2.Call<InitIDV3> endSession()