https://github.com/freeconf/restconf
Implementation of RESTCONF Management protocol - IETF RFC8040
https://github.com/freeconf/restconf
go golang ietf restconf yang
Last synced: 2 months ago
JSON representation
Implementation of RESTCONF Management protocol - IETF RFC8040
- Host: GitHub
- URL: https://github.com/freeconf/restconf
- Owner: freeconf
- License: apache-2.0
- Created: 2019-09-14T01:38:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-26T23:30:57.000Z (5 months ago)
- Last Synced: 2025-10-27T01:23:13.565Z (5 months ago)
- Topics: go, golang, ietf, restconf, yang
- Language: Go
- Size: 6.62 MB
- Stars: 35
- Watchers: 2
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[Add support or configuration, metrics, alerts and management functions to your application!](https://freeconf.org)
# In this repository
* [IETF RESTCONF RFC8040](https://tools.ietf.org/html/rfc8040) server-side and client-side protocol handlers. See compliance for all [supporting RFCs](https://freeconf.org/docs/reference/compliance/rfcs/).
* Works in conjunction with [FreeCONF YANG project](https://github.com/freeconf/yang)
# Getting Started
[Getting started docs here](https://freeconf.org/docs/gettingstarted/)
# Building Requirements
Requires Go version 1.20 or greater.
# Getting the source
```bash
go get -u github.com/freeconf/restconf
```
# Resources
* [Web site](https://freeconf.org)
* [Documentation](https://freeconf.org/docs)
* [Getting Started](https://freeconf.org/docs/gettingstarted/)
* [Next Steps](https://freeconf.org/docs/examples/next-step/)
* [Generating Documentation](https://freeconf.org/docs/reference/docs/) from YANG files
* [RFC Compliance](https://freeconf.org/docs/reference/compliance/rfcs/)
* [Go API Docs](https://pkg.go.dev/github.com/freeconf/restconf)
* [Issues](https://github.com/freeconf/restconf/issues)
* [Discussions](https://github.com/freeconf/restconf/discussions)