Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial.



Image RemovedImage Added

REST API 

To provide a command-line-interface like HTTP capabilities to bots.



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Base Technology

Image RemovedImage Added


Parameters

  • REST API plugin is subset of HTTPie It is over 90% compatible.
  • For all questions about the parameters, you can visit this website for answers.
  • https://httpie.org/doc.

Image RemovedImage Added






How to UPLOAD files using the REST API plugin


Please see below as a sample parameter settings when you want to upload files to server with the REST API plugin.


Image RemovedImage Added






Below are further explanations using a demo upload server.


The code looks like this ---

Image RemovedImage Added



As you can see,

URL, form, Post, and files are all reflected to the plugin from a source code like this.


FYI, if you are familiar with Python, you can run a quick test with Python’s uploadserver 1.0.0 and build quick target server.


Image RemovedImage Added