2020 Nov 27 12:25 PM
Hi,
I've seen a wonderful blog post from Marcello Urbani where he implemented a plugin for VS Code to edit ABAP code. I'd love to go in his footsteps and work on implementing a similar plugin for Neovim, however, for the life of me, I can't find any documentation on ABAP Development Tools API.
Is there even such a thing or the only way is reverse engineering it like Jerry Wang did in his blog post?
Best Regards,
Mantas
2020 Dec 07 8:53 AM
Hi Mantas,
the only official API incl. documentation is the Java SDK for building Eclipse tools. The underlying REST APIs are not documented. The easiest way to find the appropriate REST APIs is to use the ADT Communication log.
Regards,
Thomas.
2020 Dec 07 8:53 AM
Hi Mantas,
the only official API incl. documentation is the Java SDK for building Eclipse tools. The underlying REST APIs are not documented. The easiest way to find the appropriate REST APIs is to use the ADT Communication log.
Regards,
Thomas.
2024 Jun 05 10:30 AM
Hi Thomas,
Are the APIs not documented at all? Or is the documentation only available internally?
I am sure some kind of documentation for the API must exist (anyway maybe in the 4 years since this post of yours?). And if it is internal, what prevents SAP from making it available publicly so that the development community can use it to build tools based on it?
(We do not need official support for it, you know 😉 If you release it without warranty, that is also fine!)
Kind Regards,
Martin