Skip to content

Commit b2f45d5

Browse files
committed
doc(client): add travis badge
1 parent 6d88453 commit b2f45d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Python API Client for the Flat REST API
22

3+
[![Build Status](https://travis-ci.org/FlatIO/api-client-python.svg?branch=master)](https://travis-ci.org/FlatIO/api-client-python)
4+
35
The Flat API allows you to easily extend the abilities of the [Flat Platform](https://flat.io), with a wide range of use cases including the following:
46
- Creating and importing new music scores using MusicXML or MIDI files
57
- Browsing, updating, copying, exporting the user's scores (for example in MP3, WAV or MIDI)
68
- Managing educational resources with Flat for Education: creating & updating the organization accounts, the classes, rosters and assignments.
79

810
You can find the API reference including code samples and our OpenAPI Specification at the following url: [https://flat.io/developers/api/reference](https://flat.io/developers/api/reference).
9-
To request some API credentials, please visit [https://flat.io/developers](https://flat.io/developers);
11+
12+
To request some API credentials, please visit [https://flat.io/developers](https://flat.io/developers).
1013

1114
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
1215

1316
## Requirements.
1417

15-
Python 2.7 and 3.4+
18+
Python 2.7 to 3.4+
1619

1720
## Installation & Usage
1821
### pip install

0 commit comments

Comments
 (0)