Skip to content

Commit 891041e

Browse files
Update readme (#16)
1 parent 304d274 commit 891041e

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

api-common-java/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
API Common for Java
22
==============================
33

4+
[![Build Status](https://travis-ci.org/googleapis/api-common-java.svg?branch=master)](https://travis-ci.org/googleapis/api-common-java)
5+
6+
[![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/api-common-java.svg)](https://codecov.io/github/googleapis/api-common-java)
7+
8+
- [Documentation](http://googleapis.github.io/api-common-java/apidocs)
9+
410
API Common for Java is a library for frequently used tools relating to Google
5-
APIs. It currently contains the Path Template library for manipulating strings
6-
that are formatted as Google API resource names.
11+
APIs. It currently contains the following packages:
12+
- core: Core library containing API stability annotations and wrappers around
13+
Guava types
14+
- pathtemplate: Path Template library for manipulating strings that are
15+
formatted as Google API resource names.
16+
- resourcenames: Resource Name library used by generated resource name types
717

818
Java Versions
919
-------------

0 commit comments

Comments
 (0)