Skip to content

Commit

Permalink
Update readme (googleapis#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbausor authored Apr 14, 2017
1 parent 304d274 commit 891041e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions api-common-java/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
API Common for Java
==============================

[![Build Status](https://travis-ci.org/googleapis/api-common-java.svg?branch=master)](https://travis-ci.org/googleapis/api-common-java)

[![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/api-common-java.svg)](https://codecov.io/github/googleapis/api-common-java)

- [Documentation](http://googleapis.github.io/api-common-java/apidocs)

API Common for Java is a library for frequently used tools relating to Google
APIs. It currently contains the Path Template library for manipulating strings
that are formatted as Google API resource names.
APIs. It currently contains the following packages:
- core: Core library containing API stability annotations and wrappers around
Guava types
- pathtemplate: Path Template library for manipulating strings that are
formatted as Google API resource names.
- resourcenames: Resource Name library used by generated resource name types

Java Versions
-------------
Expand Down

0 comments on commit 891041e

Please sign in to comment.