Skip to content

Expose ABAP REST services with Swagger spec

License

Notifications You must be signed in to change notification settings

gb1/ABAP-Swagger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abaplint

ABAP-Swagger

An approach to expose ABAP REST services

Usage

1: develop a class in ABAP with public methods

2: implement interface ZIF_SWAG_HANDLER, and register the public methods(example method zif_swag_handler~meta)

3: the methods are now accessible via rest(example)

4: the Swagger UI can be accessed via swagger.html in the base dir of the REST services

Installing and Requirements

Install via abapGit

Version requirement: see http://scn.sap.com/community/abap/blog/2013/01/07/abap-and-json or SAP note 1648418

About

Expose ABAP REST services with Swagger spec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ABAP 100.0%