Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Go API Server for openapi

This is an example webhook receiver for XENON.

Overview

This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To see how to make this your own, look here:

README

  • API version: v1.0.0
  • Build date: 2025-09-17T09:43:55.924008+02:00[Europe/Berlin]
  • Generator version: 7.15.0 For more information, please visit https://www.gridx.ai/module/api

Running the server

To run the server, follow these simple steps:

SECRET_KEY=<your-secret> go run main.go

The server will be available on http://localhost:8080.

To run the server in a docker container

docker build --network=host -t openapi .

Once image is built use

docker run --rm -it openapi