Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to use UnityWebRequest to make REST requests?

Discussion in 'General Discussion' started by castana1962, Aug 7, 2018.

  1. castana1962

    castana1962

    Joined:
    Apr 10, 2013
    Posts:
    400
    Hi All
    I am interested in using UnityWebRequest to make REST requests to the Watson Machine Learning( this service is not included in the Watson SDK for Unity at the moment)
    Since that Watson SDK for Unity does not support PUT operations( by RESTConnector class), I would need to create a new Class that use UnityWebRequest( this one support PUT operations) to make REST requests to the Watson Machine Learning service, for it, Could anybody help me to create this new Class?
    Thanks for your time
    Alejandro Castan