Skip to content

Instantly share code, notes, and snippets.

View jnsjunior's full-sized avatar

João Norberto de Souza Junior jnsjunior

View GitHub Profile
@jnsjunior
jnsjunior / zcl_ci_scan_service.abap
Last active August 21, 2025 14:15
ABAP source scan REST service. Receive ABAP code (plain text) and return tokens, statements and structures (json).
CLASS zcl_ci_scan_service DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
PUBLIC SECTION.
INTERFACES if_http_extension .
PROTECTED SECTION.
PRIVATE SECTION.