Package co.novu.api.blueprints
Interface BlueprintsApi
-
public interface BlueprintsApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<Blueprint>getBlueprint(String templateId)retrofit2.Call<BlueprintsByCategoryResponse>getBlueprintsByCategory()
-
-
-
Field Detail
-
ENDPOINT
static final String ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBlueprintsByCategory
@GET("blueprints/group-by-category") retrofit2.Call<BlueprintsByCategoryResponse> getBlueprintsByCategory()
-
-