jQuery UI Widgets Forums Grid application/ld+json

This topic contains 1 reply, has 1 voice, and was last updated by  7cinquante 6 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • application/ld+json #101973

    7cinquante
    Participant

    Hello
    is jqx.dataAdapter can be use with application/ld+json type?
    I would like use hydra to pagination( i’m use an API).
    if not ! there is a way to do it
    thanks

    application/ld+json #101975

    7cinquante
    Participant

    I have found :
    beforeSend: function (jqxhr, settings) {
    jqxhr.setRequestHeader (“Authorization”, “Bearer {{token}}” );
    jqxhr.setRequestHeader(“Accept”, “application/ld+json”);
    },
    accept : jqxhr.setRequestHeader(“Accept”, “application/ld+json”);

    thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.