| Package | Description |
|---|---|
| com.jcabi.github |
Object Oriented Github API.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReleaseAsset.Smart
Smart ReleaseAsset with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
ReleaseAsset |
ReleaseAssets.get(int number)
Get a single release asset.
|
ReleaseAsset |
ReleaseAssets.upload(byte[] content,
String type,
String name)
Upload a release asset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReleaseAsset> |
ReleaseAssets.iterate()
Iterate them all.
|
| Constructor and Description |
|---|
ReleaseAsset.Smart(ReleaseAsset ast)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.