-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
48 lines (36 loc) · 1.1 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
google-api-ABAP-client
======================
Google APIs Client Library for ABAP created as copy of the php Library.
Starting with Google Glasses API and Google URL Shortener service.
The google-api-php-client-master is the folder with the php implementation to translate.
-------------------
HOW TO CONTRIBUTE
-------------------
1) Use SAPLINK to import the nugget
2) If you want redefine the structure:
ZGOOGLEAPIABAPCLIENT
->ZSRC
| |_(ZGOOGLE_CLIENT, ZGOOGLE_CONFIG, ZGOOGLE_SERVICE, Dictionary objects, Exception classes)
|
|->SUBPACKAGES*
|
->report ZGOOGLE_TEST
->report ZGOOGLE_TEST_URLSHORTENER
->report ZGOOGLE_TEST_QPXEXPRESS
*
SUBPACKAGES:
|
->ZJSONDOCUMENT
|_(ZCL_JSON_DOCUMENT, ZCX_JSON_DOCUMENT, ZJSON Message class)
|
->ZAUTH
|_(ZOOGLE_AUTH_OAUTH2)
|
->ZHTTP
|_(ZGOOGLE_HTTP_REQUEST, ZGOOGLE_HTTP_REST)
|
->ZIO
|_(ZOOGLE_IO_GENERIC)
|
->ZSERVICE
|_(ZGOOGLE_SERVICE_MIRROR, ZGOOGLE_SERVICE_MIRROR_TL_RSS, ZGOOGLE_SERVICE_MIRROR_LOC_RSS, ZGOOGLE_SERVICE_RESOURCE, ZGOOGLE_SERVICE_URLSHORTENER, ZGOOGLE_SERVICE_URLSHR_URL_RSS, ZGOOGLE_SERVICE_QPXEXPRESS, ZGOOGLE_SERVICE_QPX_TRIPS_RSS)