-
Notifications
You must be signed in to change notification settings - Fork 763
Revise REST Services index #8454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| ## Consumed REST Services | ||
|
|
||
| Representational state transfer (REST) is an approach to consuming or exposing resources. It has gained popularity because of its simplicity, because no extensive schemas or contracts are needed to transfer data between endpoints. It uses the following: | ||
| Add a Consumed REST Service document to send REST requests from Studio Pro. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aimiliatheologimendix Can you add some details here about Consumed REST services? Not necessarily about how they work with Studio Pro, but just some overall details on the concept. This can be short, just to give a general intro to the section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can include the following:
- The Consumed REST Service document allows you to interact with any REST API. You can build, test, and create data structures to store your REST requests.
No description provided.