Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API #34

Open
buehler opened this issue Mar 19, 2012 · 9 comments
Open

API #34

buehler opened this issue Mar 19, 2012 · 9 comments

Comments

@buehler
Copy link

buehler commented Mar 19, 2012

Es wär cool, wenn eine API (Restlet oder ähnliches) existieren würde, damit man auch von Handys zugreiffen könnte. Es wäre dann einfacher möglich, ein Mobileapp zu schreiben.

(i würd winphone mache ;) )

@dbrgn
Copy link
Member

dbrgn commented Mar 19, 2012

Das Design ist responsive, also auf kleinen Screens einfach nutzbar. Man könnte aber schon mal eine API machen... müsste man sich mal genauer überlegen.

@petermanser
Copy link
Contributor

Der Nutzen ist halt relativ klein. Das einzige Feature welches man evtl. nutzen wuerde, ist Zitate lesen/eintragen. Du wirst ja kaum alte Pruefungen/Zusammenfassungen auf dem Phone anschauen.

@buehler
Copy link
Author

buehler commented Mar 20, 2012

momooooool :D

@buehler
Copy link
Author

buehler commented Mar 20, 2012

git sicher au sus mal no awendige :)

@dbrgn
Copy link
Member

dbrgn commented Jul 26, 2012

So, mit fb6966b gits e ersti readonly API uf https://studentenportal.ch/api/v1/?format=json. Momentan isch auth via API Key, das wird äue ou so blibe. Wär e Key wott, eifach bscheidsäge.

[danilo@t410 ~]$ http GET "https://studentenportal.ch/api/v1/quotes/1273/?username=dbargen&api_key=XXX"
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 26 Jul 2012 18:42:55 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Frame-Options: SAMEORIGIN

{
    "author": "/api/v1/users/312/", 
    "comment": "Mittwochmorgens wenn niemand die Fragen beantwortet", 
    "date": "2012-05-08T11:24:53.656984", 
    "id": "1273", 
    "lecturer": "/api/v1/lecturers/525471/", 
    "quote": "Manchmal haben Sie die Qualit\u00e4t von Topfpflanzen", 
    "resource_uri": "/api/v1/quotes/1273/"
}

@dbrgn
Copy link
Member

dbrgn commented Nov 26, 2015

Es gibt einen Telegram-Bot für Zitate, daher wäre es cool wenn eine richtige API existieren würde! :)

@buehler buehler closed this as completed Mar 2, 2016
@dbrgn dbrgn reopened this Mar 2, 2016
@saspeed
Copy link
Contributor

saspeed commented Mar 14, 2016

Und wie heisst dieser bot?

@dbrgn
Copy link
Member

dbrgn commented Mar 14, 2016

https://telegram.me/migimasterbot

Soviel ich weiss scraped er momentan die Website. (Oder die Zitate sind statisch, könnte auch sein.)

So ein Bot kann natürlich heikel sein, da kein Login notwendig ist :)

@The-Compiler
Copy link
Member

Eine API für Dokumente fänd ich auch super, für openhsr/connect#24 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants