{"id":15148480,"url":"https://github.com/whothefluff/abap-gateway","last_synced_at":"2025-04-07T02:47:32.622Z","repository":{"id":254462687,"uuid":"800663682","full_name":"whothefluff/abap-gateway","owner":"whothefluff","description":"Easy access to gateway requests","archived":false,"fork":false,"pushed_at":"2024-10-14T17:52:28.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T07:48:10.809Z","etag":null,"topics":["abap","gateway","odatav2","sql"],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whothefluff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T18:58:24.000Z","updated_at":"2024-10-14T17:52:31.000Z","dependencies_parsed_at":"2024-08-23T17:18:38.574Z","dependency_job_id":null,"html_url":"https://github.com/whothefluff/abap-gateway","commit_stats":null,"previous_names":["whothefluff/abap-gateway"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whothefluff%2Fabap-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whothefluff%2Fabap-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whothefluff%2Fabap-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whothefluff%2Fabap-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whothefluff","download_url":"https://codeload.github.com/whothefluff/abap-gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247584061,"owners_count":20962071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","gateway","odatav2","sql"],"created_at":"2024-09-26T13:04:04.073Z","updated_at":"2025-04-07T02:47:32.602Z","avatar_url":"https://github.com/whothefluff.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# abap-gateway\n\nThe gateway library hides information unnecessarily and in a weird convoluted way that makes it harder to use for some incomprehensible reason.\n\n## Some uses\n\n```abap\ndata(request) = new zcl_gw_request( io_tech_request_context ).\n```\n\n\n1. Generate SQL WHERE condition string (basically for $filter operation, although it also supports a search with the full ID):\n   ```abap\n   data(sql_where_string) = request-\u003esql_where( ).\n   ```\n\n2. Generate SQL fields string (handles $select query option for you, for free):\n   ```abap\n   data(sql_fields_string) = request-\u003esql_fields( ).\n   ```\n\n3. Get the OData model (why shouldn't you able to in the first place smh):\n   ```abap\n   data(odata_model) = request-\u003emodel( ).\n   ```\n\n4. Access the full original request (tis but a wrapper, this object of mine):\n   ```abap\n   data(full_request) = request-\u003eoriginal( ).\n   ```\n   \n# dependencies:\n  - [https://github.com/whothefluff/abap-messages](https://github.com/whothefluff/abap-messages)\n  - [https://github.com/whothefluff/abap-abap-name-values](https://github.com/whothefluff/abap-name-values)\n  - [https://github.com/whothefluff/abap-abap-dataobject](https://github.com/whothefluff/abap-dataobject)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhothefluff%2Fabap-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhothefluff%2Fabap-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhothefluff%2Fabap-gateway/lists"}