oto icon indicating copy to clipboard operation
oto copied to clipboard

Go driven rpc code generation tool for right now.

Results 15 oto issues
Sort by recently updated
recently updated
newest added

This is based on the template we use to generate the [public API](https://github.com/grafana/incident-node) for Grafana Incident

A convenience feature could be to use http urls to reference templates: ``` mkdir generated oto -template https://raw.githubusercontent.com/pacedotdev/oto/master/otohttp/templates/server.go.plush \ -out ./generated/oto.gen.go \ -ignore Ignorer \ -pkg generated \ ./definitions gofmt...

hi :wave: could we get a newer version of https://github.com/gobuffalo/plush? v3.8.3 is missing some features that I'd like to use :cry:

# Problem Modifying required fields in our API can lead to compatibility issues between clients and servers, especially when fields are added, removed, or have their required/optional status changed. The...

I was really interested in using the tips and tricks from: https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/ And since oto was advertised there, I was hoping to see these implemented.