Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Android library for AstroBin.com ReST API.

License

NotificationsYou must be signed in to change notification settings

garygause/AstroBinAPI

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp