gorum icon indicating copy to clipboard operation
gorum copied to clipboard

Is there a rest api documentation to create an own frontend?

Open deeprobin opened this issue 4 years ago • 1 comments

deeprobin avatar Feb 20 '21 19:02 deeprobin

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.

ltheinrich avatar Feb 20 '21 20:02 ltheinrich