Skip to content

ARM-software/embedded-development-services-client-utils

Embedded development services HTTP client utilities

Go Badge License Go Reference Go Report Card

Overview

This repository contains an HTTP client golang utilities for communicating with Arm Embedded development services. It was initially developed for numerous projects at Arm, including some running in production, in order to apply the DRY principle.

Few helpers may be themselves leveraging 3rd party libraries.

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-utils/utils 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.
  • utils/ - Go project source files.
  • changes/ - Collection of news files for unreleased changes.

Getting Help

Contributing