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.
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