# README
Embedded development services HTTP client
Overview
This repository contains an HTTP client written in Golang for communicating with Arm Embedded development services. It is actually generated from our Web APIs contract which follows OpenAPI 3 using the GO generator
Maintainers: @ARM-software/golang-utils-admin
Using this library
To use this library, add the following line to your go.mod
:
require (
github.com/ARM-software/embedded-development-services-client/client latest
...
)
Releases
For release notes and a history of changes of all production releases, please see the following:
Project Structure
The follow described the major aspects of the project structure:
docs/
- Code reference documentation.client/
- Go project source files.changes/
- Collection of news files for unreleased changes.
Getting Help
- For interface definition and usage documentation, please see Reference pages.
- For a list of known issues and possible workarounds, please see Known Issues.
- To raise a defect or enhancement please use GitHub Issues or GitHub discussions.
Contributing
- We are committed to fostering a welcoming community, please see our Code of Conduct for more information.
- For ways to contribute to the project, please see the Contributions Guidelines
- For a technical introduction into developing this package, please see the Development Guide
# Packages
Package client defines an HTTP client for communicating with the web services.