Skip to content

BasicServer console logs the key values it has retrieved and the operations which it is doing. #19

@CtrlShiftGo

Description

@CtrlShiftGo

Migrated from Gitlab issue 8

The server will print out various information based on what it is doing in the terminal. This is expected behaviour inherited from Ted's branch of the code. This should be documented behaviour in the server code.

Examples:

  • GET all, example of pre-existing code
**** GET /TestTable
Key: Franklin,Aretha / USA
Key: Katherines,The / Canada
**** GET /TestTable/Franklin,Aretha/USA
HTTP code: 200
  • GET all from partition, example of implemented code
**** GET /TestTable/Franklin,Aretha/*
Key: Franklin,Aretha / USA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions