Skip to content

API Mobile Applications

deby edited this page Jun 6, 2016 · 3 revisions

School Idol API - Authentication endpoint

This endpoint returns a bunch of info that the server has in cache. It's much faster than any other API endpoint because it doesn't need to call the database.

Objects

Name Type Example
author Author object
version String "1.1"
download_link URL "http://i.schoolido.lu/android/sukutomo1_1.apk"
website_url URL "http://schoolido.lu/android/"
icon URL "http://i.schoolido.lu/android/icon.png"
sources URL "https://github.com/SchoolIdolTomodachi/Sukutomo-Android"
updates Array of Update objects
Author object
Name Type Example
username String "Arukantara"
contact String "arukantara@schoolido.lu"
website_url URL "http://schoolido.lu/user/Arukantara/"
Update object
Name Type Example
date Date yyyy-MM-dd'T'HH:mm:ss "2016-05-13T00:00:00"
content String "Bug fixes, Added support for app updates from the main menu, Added Events section (partially)"
version String "1.1"
download_link String "http://i.schoolido.lu/android/sukutomo1_1.apk"

Methods

Get Android app information

GET http://schoolido.lu/api/app/android/
Response

Mobile app object

Parameters

No parameter.

school idol tomodachi

List of features

School Idol Tomodachi Cards

School Idol Tomodachi Profile

School Idol Tomodachi Activities

School Idol Tomodachi Events

School Idol Festival, the game

Help us!

Developers

Clone this wiki locally