Mesh Testframework - key functionalities not yet implemented / mismatch with your documentation
- Dominant language
- Java
- Stars
- 593
- Forks
- 123
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 4
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.