Class Version3Resource
java.lang.Object
org.ctan.site.resources.catalogue.Version3Resource
@Path("/")
@Produces({"application/json","application/xml"})
public class Version3Resource
extends Object
The class
Version3Resource
contains the controller for the
version resource.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVersion
(@NonNull String vers) The methodgetVersion
provides means to retrieve the version number of the API in use.
-
Constructor Details
-
Version3Resource
public Version3Resource()
-
-
Method Details