Was macht die Api

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hi,
    bin mir nicht sicher, aber ich hätte das in Offtopic gepostet ;)

    Hier: https://ffeathers.wordpress.com/2015/10/25/wha…client-library/ gibt es eine gute Beschreibung:

    Zitat


    What is a client library?

    A client library, sometimes called a helper library, is a set of code that application developers can add to their development projects. It provides chunks of code that do the basic things an application needs to do in order to interact with the API. For example, a client library may:

    Provide boiler-plate code needed to create an HTTP request and to process the HTTP response from the API.
    Include classes that correspond with the elements or data types that the API expects. For example, a Java client library can return native Java objects in the response from the API.
    Handle user authentication and authorisation.

    EDIT: Konkret: DU hast z.B. eine API, die über über eine Webadresse verschiedene Informationen bereithält. Die client library stellt nun Funktionen bereit, diese Informationen abzurufen oder zu parsen, ohne diese für einen speziellen Fall zu machen -> du sparst dir dann in einem eigenen Projekt die Beschaffung und Aufbereitung der Daten und kannst dich anderen Dingen widmen.

    In deinem Fall geht es also um eine Abstraktion der API dieses Dienstes: http://www.anyoption.de/

    LG

  • Sorry, keine Ahnung, ich kenne das nicht. Alles was ich jetzt nutzen kann, sind mein Verstand und Englischkenntnisse ;)

    Scheint aber nicht so viel zu können, es geht wohl um Userverwaltung oder sowas....

    in /srcr/Commands siehts jedenfalls nur so aus:

    Code
    GetFTDUsersByDate.php
    GetUserDetails.php
    InsertUser.php

    LG

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!