Categorygithub.com/gotd/botapi
modulepackage
0.0.0-20240623125145-6ca9948cfcdc
Repository: https://github.com/gotd/botapi.git
Documentation: pkg.go.dev

# README

botapi

The telegram-bot-api, but in go. WIP.

Features

  • Parsing of API documentation with defaults, format, enum and constraints inference
  • OpenAPI v3 specification generation
  • Server and Client generation based on OpenAPI v3 specification

Roadmap

  • Parse definition
  • Generate OpenAPI v3 Specification
  • Generate client and server from OpenAPi v3 using ogen
  • Infer enums
  • Infer defaults
  • Use rich text for documentation
  • More links to documentation
  • Support Emoji

# Packages

Package botdoc implement types definition extraction from documentation.
No description provided by the author