-5

in Asana developer guide each request mentioned the keyword "curl" what does it mean ? If I want to send the same request to get all workspace in java/ javascript what will be request parameter.

curl --request PUT -u : https://app.asana.com/api/1.0/workspaces/1337 \ -d "name=Everyone%27s Favorite Workspace"

in java .

Dennis Laumen
  • 3,163
  • 2
  • 21
  • 24
Ravi
  • 19
  • 1
  • This doesn't appear to have anything to do with `[java]`. – Peter Lawrey Mar 25 '13 at 09:07
  • Hi peter, can't I develop the application using java Integrated with Asana. if yes coulld you please suggest how could i form the same url mentioned above to get response form server? – Ravi Mar 25 '13 at 11:21

1 Answers1

2

cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. The cURL project produces two products, libcurl and cURL. It was first released in 1997.

Source: Wikipedia

Dennis Laumen
  • 3,163
  • 2
  • 21
  • 24