Package io.polyapi.plugin.service
Interface SpecificationService
- All Known Implementing Classes:
SpecificationServiceImpl
public interface SpecificationService
Service dedicated to operations with Specifications on the PolyAPI webservice.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all the JSON specifications in Poly.
-
Method Details
-
list
Retrieve all the JSON specifications in Poly.- Parameters:
context- The contexts that should be used to filter the specifications.- Returns:
- String A JSON containing the specifications.
-