1
0
-1

I has some data will get via Python script, and want to use API builder to post to datalist. How could I set the post methods with API builder in Python ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, do you mean how to make a POST request using Python? There are plenty of resources online for this, for example https://www.w3schools.com/python/ref_requests_post.asp.

        CommentAdd your comment...