An open API service indexing awesome lists of open source software.

https://github.com/artheus/genapi

Generates an typescript API extension script from Spring Boot Annotation based config
https://github.com/artheus/genapi

Last synced: 3 months ago
JSON representation

Generates an typescript API extension script from Spring Boot Annotation based config

Awesome Lists containing this project

README

        

# Genapi
Generates an typescript API extension script from Spring Boot Annotation based config

*License: Unlicense \< http://unlicense.org/ \>*

## Not really tested code

As you can see there are no unit tests or anything included in this project (yet, ofc)
I have not either tested the typescript file generated from the example.

So obviously this is a work in progress!

## Feel free to contribute

If you have any great ideas, please fork and create a pull request. Or create an issue.

## Maven Central?

Well.. Since the code is yet to be tested (at all) there is no plans for deploying anything to the maven central yet.

## How do I use this?

Check out the module genapi-example to see how it is used. Download the code and run ```gradle build``` and you should see a ```apiConfig.ts``` file generated in the class_path.