Skip to main content

Package Structure

abapGitLess than 1 minuteread-first

Package Structure

Various conventions for packages,

/src/git/

Raw git client, uses http package

Does not know about UI, objects or repositories, everything is file based.

Ideally possible to run and use standalone

/src/ui/core/

UI framework

Does not know about objects or repositories

Ideally possible to run and use standalone

/src/http/

Raw http client

Does not know about UI, objects or repositories

Ideally possible to run and use standalone

/src/json/

Don't do any manual changes in this folder, its a renamed copy of https://github.com/sbcgua/ajsonopen in new window via https://github.com/abapGit/ajson_mirroropen in new window

/src/objects/aff/

Dont do any manual changes in this folder, mirroed from https://github.com/abapGit/aff_mirroropen in new window