Hi,
I’m using the latest Version of GeoServer (2.23.0). I want to test some REST modules of mine on GeoServer. I built the executable file of GeoServer from source using eclipse and maven. Now I realized that new versions of GeoServer are different from GeoServer Developers Documentations. For example, to implement a RESTful service in Geoserver we need a class named org.geoserver.rest.AbstractResource which I couldn’t find such class in the newer releases of GeoServer. Is there any special documentation that I could use for implementing RESTful services in GeoServer?