If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 1 match
- Wed Dec 07, 2022 10:25 am
- Forum: General
- Topic: REST API components?
- Replies: 2
- Views: 11902
Re: REST API components?
Yes, one way to call standard REST APIs is to use an HTTP request module such as the IKanoo HTTP Request module. This module allows you to make a GET request and receive a response in the form of a text string. You can then parse the text string to extract the relevant information from the API.