Skip to content

Commit

Permalink
Implement Speedrun.com API v1
Browse files Browse the repository at this point in the history
All of the API v1 was already implemented, but it wasn't yet documented.
This also moves the API out of Beta into the full v1 release.
  • Loading branch information
CryZe committed Aug 21, 2015
1 parent 36a1583 commit b1f259c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# SpeedrunComSharp

[![API Version](https://img.shields.io/badge/API-34c8b9...-blue.svg)](https://github.com/speedruncom/api/tree/34c8b9f2ac3d1b7817d24c9c51ed8f1f4b84c1c0)
[![API Version](https://img.shields.io/badge/API-c4413b...-blue.svg)](https://github.com/speedruncom/api/tree/c4413b86d7c2088c317de8e3940b022b11c26323)
[![Build Status](https://travis-ci.org/LiveSplit/SpeedrunComSharp.svg?branch=master)](https://travis-ci.org/LiveSplit/SpeedrunComSharp)
[![Build status](https://ci.appveyor.com/api/projects/status/w383t09ffk5ovo7y/branch/master?svg=true)](https://ci.appveyor.com/project/CryZe/speedruncomsharp/branch/master)

SpeedrunComSharp is a .NET wrapper Library for the [Speedrun.com
API](https://github.com/speedruncom/api).
SpeedrunComSharp is a .NET wrapper Library for the [Speedrun.com API](https://github.com/speedruncom/api).

## How to use

Expand Down

0 comments on commit b1f259c

Please sign in to comment.