You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To begin, obtain OAuth 2.0 client credentials from the [Browser Quickstart](https://developers.google.com/sheets/api/quickstart/js) and enable the credentials.
8
8
9
+
10
+
- EG_SHEETS_I -- it's an interface where we work with Eiffel Objects
11
+
- EG_SHEETS_API -- It's the low level interface that sends and receives HTTP messages..
12
+
- EG_SHEETS_JSON -- it's the implementation where we map from the HTTP messages encoded in JSON format to the Eiffel side. (and vice versa).
13
+
14
+
Then in the object cluster we have the Eiffel objects representing the API domain.
0 commit comments