Skip to content

Commit

Permalink
Merge pull request #5 from softlayer/tests
Browse files Browse the repository at this point in the history
updated readme with badges
  • Loading branch information
allmightyspiff authored Apr 9, 2020
2 parents d7f7e78 + 2fb4963 commit 5f089df
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Overview

xmlrpc is an implementation of client side part of XMLRPC protocol in Go language.
[![Coverage Status](https://coveralls.io/repos/github/softlayer/xmlrpc/badge.svg)](https://coveralls.io/github/softlayer/xmlrpc)
![Build](https://github.com/softlayer/xmlrpc/workflows/Go/badge.svg)


xmlrpc is an implementation of client side part of XMLRPC protocol in Go language. This project was forked from https://github.com/kolo/xmlrpc and contains a few minor changes to help interact with the [SoftLayer API](https://sldn.softlayer.com)

## Status

This project is in minimal maintenance mode with no further development. Bug fixes
are accepted, but it might take some time until they will be merged.
This project is in minimal maintenance mode with no further development. Bug fixes are accepted, but it might take some time until they will be merged.

## Installation

Expand Down

0 comments on commit 5f089df

Please sign in to comment.