Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Riichard Moore
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    Riichard Moore

    @Riichard Moore

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Riichard Moore Unfollow Follow

    Latest posts made by Riichard Moore

    • RE: External API Call

      @riichard-moore I get it now LOL.

      posted in Cloud Backend (Cloud DB
      R
      Riichard Moore
    • RE: External API Call

      @jbenguira is it possible to pass as a REST endpoint as opposed to sending it as form data?

      posted in Cloud Backend (Cloud DB
      R
      Riichard Moore
    • External API Call

      I am trying to call the API externally to create a record in the cloud backend. It creates a record, but with empty fields. I am using the tutorial, and from the front-end works fine. Here is the JSON being passed.
      {
      "name": "Dirk Moore",
      "email": "test@mac.com",
      "DOB": "1978-01-01"
      }

      posted in Cloud Backend (Cloud DB
      R
      Riichard Moore