gorum
gorum copied to clipboard
Is there a rest api documentation to create an own frontend?
There is no documentation, but this might help you: List of handlers: https://github.com/gorum-dev/gorum/blob/master/internal/app/handlers/internal.go#L13 Handler functions from above (look at how request work): https://github.com/gorum-dev/gorum/tree/master/internal/app/handlers Usage (in Angular): https://github.com/gorum-dev/gorum/tree/master/web/src/app
Also Gorum is not actively maintained by me. If you are interested in further development, you could create a PR or I could give you write access to the repository.