You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
where you use client.setAPIKey(null) which always returns null.
Sure you are using null here but there nowhere stated that this is the only thing you can do because the method returns null.
I am not sure what you want to demonstrate by this but i find it misleading.
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;
}
Gentics Mesh Version, operating system, or hardware.
Operating System
JVM
Problem
Reproducer
Expected behaviour and actual behaviour
The text was updated successfully, but these errors were encountered: