2 Replies Latest reply on Oct 15, 2017 10:15 PM by rareddy

    @JsonTable and headers

    polganesh

      Hi,

      I am referring Github Repo from

       

      GitHub - teiid/teiid-spring-boot: Teiid Spring Boot Starter

      it has @JsonTable annotation which can be used for Entities which fetch data from JSON from web resource.

      • it is common use case to pass some token values in headers while making REST API call.does it provide facility for providing headers
      • ideally @jsonTable must retrieve data with HTTP Get method, but i seen few REST API calls for fetching uses POST. does @jsontable has this facility
      • rareddy