Skip to content

ARM-software/embedded-development-services-client

Embedded development services HTTP client

Go Badge License Go Reference Go Report Card Scorecard Report

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

Contributing