A REST resource is a connection to a data source that adheres to the REST protocol. This is a more generalized type of data service than OData. REST services are not required to provide metadata about the service. Therefore, when setting them up in SAP Build Apps, you might need to provide a little more configuration information about them.
There are two main things that you must define:
- Schema of the data
- Types of HTTP requests that can be performed on the data resource
There are thousands of REST services, some free and some for pay, to get all types of information, such as:
- Weather reports
- Sports information
- Jokes
- Geological information
- Government information and many more