Skip to content

Mesh Testframework - key functionalities not yet implemented / mismatch with your documentation #1124

@bbelghith

Description

@bbelghith

In your current documentation of plugin development - You describe there a framework that is in fact not fully implemented.
Can you please update your documentation ? I suggest to put it into state "experimental" and warn that several functionalities are not working yet.

I wanted to use your client for some basic test scenarios - like API token access or login-based access.

com.gentics.mesh.rest.MeshLocalClientImpl

@OverRide
public MeshRestClient setLogin(String username, String password) {
// TODO Auto-generated method stub
return null;
}

@Override
public MeshRestClient setLogin(String username, String password, String newPassword) {
	return null;
}

@Override
public MeshRestClient setAPIKey(String apiKey) {
	// TODO Auto-generated method stub
	return null;
}

Gentics Mesh Version, operating system, or hardware.

  • v1.3.2

Operating System

  • Linux
  • MacOSX
  • Windows
  • Other, name?

JVM

  • Oracle JDK 1.8.0_100
  • Open JDK 1.8.0_100

Problem

Reproducer

Expected behaviour and actual behaviour

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions