Print

Step 1: Access the Data

The basic situation is always the same: a datasource like an API provides data upon request. With the data, you can build content or build applications.

The JCI Plugin simplifies using APIs on your WordPress pages.

What you need before you begin:

  • Where is the datasource?
    It can be an http(s) URL or a file hosted locally on your server.
  • What is the datasource expecting?
    You send a request, the datasource answers.
  • How does the datasource answer?
    What data does that datasource give you?

How to find this information:

  • Consult the manual of your datasource about getting access to the data. Look for terms like “authentication” or “authorization”.
  • Check access to the data with sites like https://www.postman.com
    If you’re successful getting data there, you know how to get access. This info can then be used to setup the configuration for the JCI Plugin.

More details on how to get data access with the free or PRO Plugin.

And here:

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
On this page: