ABAP
From Blue-IT.org Wiki
Http client and JSON
Search for cl_http_client class in google:
Some interesting articles
- [ABAP] HTTP-Client Anfrage (cl_http_client): http://codezentrale.bplaced.net/dcz/?tag=cl_http_client
- Beispielprogramm: Ausführung eines HTTP Requests https://help.sap.com/saphelp_nw70ehp2/helpdata/de/1f/93163f9959a808e10000000a114084/content.htm?no_cache=true
- Calling an external RESTful service from ABAP – HTTP Method POST https://blogs.sap.com/2014/11/09/calling-an-external-restful-service-from-abap-http-method-post/
- Unable to post json data to web service API through POST method https://archive.sap.com/discussions/thread/3819217
- Consuming OData service in ABAP via CL_HTTP_CLIENT->CREATE_BY_URL https://blogs.sap.com/2016/10/19/consuming-odata-service-abap-via-cl_http_client-create_by_url/