- Notifications
You must be signed in to change notification settings - Fork0
Android library for AstroBin.com ReST API.
License
NotificationsYou must be signed in to change notification settings
garygause/AstroBinAPI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This library is deprecated and no longer up to date with the current api.
Android library for AstroBin.com ReST API.
Example usage:
AstroBinApi api = new AstroBinApi(API_KEY, API_SECRET);
ArrayList images = api.getImages(where, limit, offset, orderby);
for (Image image : images) {
String description = image.getDescription();
...
}
About
Android library for AstroBin.com ReST API.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published