We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DefaultResourceRepositoryInformationProvider#getPath
Current implementation is taking .getResourceType() from ResourceInformation, but should use .getResourcePath() I believe:
.getResourceType()
ResourceInformation
.getResourcePath()
crnk-framework/crnk-core/src/main/java/io/crnk/legacy/repository/information/DefaultResourceRepositoryInformationProvider.java
Lines 99 to 101 in ecd7fa9
so it only works when both resourceType and resourcePath are the same
resourceType
resourcePath