Skip to content

Commit 221cf41

Browse files
committed
update intro
1 parent def05be commit 221cf41

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

Diff for: README.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
[![Bintray][bintray_badge]][bintray]
2-
[![Travis][travis_badge]][travis]
3-
[![Coveralls][coveralls_badge]][coveralls]
1+
<p align="center"><img src="logo.svg" align="center" width="100"/></p>
2+
<h1 align="center">Filestack Java SDK</h1>
43

5-
# Filestack Java SDK
6-
Official Java SDK for the Filestack service. API reference is available [here][javadoc].
4+
<p align="center">
5+
<a href="https://bintray.com/filestack/maven/filestack-java">
6+
<img src="https://img.shields.io/badge/bintray-v0.6.0-blue.svg?longCache=true&style=flat-square">
7+
</a>
8+
<a href="https://filestack.github.io/filestack-java/">
9+
<img src="https://img.shields.io/badge/ref-javadoc-795548.svg?longCache=true&style=flat-square">
10+
</a>
11+
<img src="https://img.shields.io/badge/java_version-7-green.svg?longCache=true&style=flat-square">
12+
<a href="https://travis-ci.org/filestack/filestack-java">
13+
<img src="https://img.shields.io/travis/filestack/filestack-java.svg?style=flat-square">
14+
</a>
15+
<a href="https://coveralls.io/github/filestack/filestack-java">
16+
<img src="https://img.shields.io/coveralls/filestack/filestack-java.svg?style=flat-square">
17+
</a>
18+
</p>
19+
20+
<p align="center">
21+
Java SDK for Filestack. Includes wrappers for Core, Upload, Transformation, and Cloud APIs. Supports Amazon Drive, Box, Dropbox, Facebook, GitHub, Gmail, Google Drive, Google Photos, Instagram, and OneDrive.
22+
</p>
723

824
## Installing
925
```
@@ -66,10 +82,5 @@ String url = transform.url();
6682
ResponseBody content = transform.getContent();
6783
```
6884

69-
[bintray]: https://bintray.com/filestack/maven/filestack-java/
70-
[bintray_badge]: https://img.shields.io/bintray/v/filestack/maven/filestack-java.svg?style=flat-square
7185
[coveralls]: https://coveralls.io/github/filestack/filestack-java
7286
[coveralls_badge]: https://img.shields.io/coveralls/filestack/filestack-java.svg?style=flat-square
73-
[javadoc]: https://filestack.github.io/filestack-java
74-
[travis]: https://travis-ci.org/filestack/filestack-java
75-
[travis_badge]: https://img.shields.io/travis/filestack/filestack-java.svg?style=flat-square

Diff for: logo.svg

+10
Loading

0 commit comments

Comments
 (0)