Interface CSourceRegistrationsApi


@Generated(value="org.openapitools.codegen.languages.MicronautCodegen", date="2024-03-27T10:50:06.751254055Z[Etc/UTC]") public interface CSourceRegistrationsApi
  • Method Details

    • queryCsources

      @Get("/csourceRegistrations/") @Produces("application/ld+json") io.micronaut.http.HttpResponse<ContextSourceRegistrationListVO> queryCsources(@Nullable @QueryValue("id") String id, @Nullable @QueryValue("idPattern") String idPattern, @Nullable @QueryValue("type") String type, @Nullable @QueryValue("attrs") String attrs, @Nullable @QueryValue("q") String q, @Nullable @QueryValue("georel") String georel, @Nullable @QueryValue("geometry") String geometry, @Nullable @QueryValue("coordinates") String coordinates, @Nullable @QueryValue("geoproperty") String geoproperty, @Nullable @QueryValue("limit") Integer limit)
    • registerCsource

      @Post("/csourceRegistrations/") @Consumes("application/ld+json") @Produces("application/ld+json") io.micronaut.http.HttpResponse<Object> registerCsource(@Body ContextSourceRegistrationVO contextSourceRegistrationVO)
    • removeCsource

      @Delete("/csourceRegistrations/{registrationId}") @Produces("application/ld+json") io.micronaut.http.HttpResponse<Object> removeCsource(@PathVariable(name="registrationId") URI registrationId)
    • retrieveCsource

      @Get("/csourceRegistrations/{registrationId}") @Produces("application/ld+json") io.micronaut.http.HttpResponse<ContextSourceRegistrationVO> retrieveCsource(@PathVariable(name="registrationId") URI registrationId)