HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. server api
    Log in to post
    • All categories
    • oskarshO

      HISE adds trailing slash to server post calls

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports server api server bug
      10
      0 Votes
      10 Posts
      813 Views
      A

      small necro to report that there's a leading slash issue which can only be mitigated by setBaseURL

      35dd898e-aac5-4c93-8883-d43f11969774-image.png

    • S

      Server Download File!

      Watching Ignoring Scheduled Pinned Locked Moved Scripting download server api
      5
      0 Votes
      5 Posts
      533 Views
      Casey KolbC

      @sakorada Experiencing a similar issue here.

      @Christoph-Hart It seems that the return type for the download callback is not working properly. I can download a file from my server, but the info parameters is always undefined, so you can't check the progress or completion.

    • gorangroovesG

      Accessing Server API from HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions server api
      31
      1 Votes
      31 Posts
      2k Views
      ustkU

      @JulissaDantes I'm not sure we're talking about the same thing...
      the getName() method is an API added to the API collection of Hise.
      If you compile the latest commit of the develop branch from Dave's fork here: https://github.com/davidhealey/HISE/tree/develop
      You'll get the Engine.getName() API available. (Engine.getVersion()has been fixed too)