/    Sign up×
Community /Pin to ProfileBookmark

How to use API’s

I’m looking to use something like this for a small project.

I’ve got not idea how to get started? It appears you can use PHP.

Can someone start me off when how I should be doing this.

https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@sibertFeb 24.2022 — > @kiwis80#1642830 Can someone start me off when how I should be doing this.

My experience is that there are no consensus. Not even close. And you can do this in many ways. But there are at least 4 main ways to create an API.

  • 1. Half ready solutions like **[GraphQL](https://graphql.org)**. An ORM sort of.

  • 2. Do-it-yourself REST.

  • 3. gRPC

  • 4. PostgREST (addition to Postgresql - Also an ORM type of solution)


  • The basic is to send a html request. https://api3.go4webdev.org/usr/all and the API get all users. And the most common return of an API is JSON.

    In order to learn, I chose to do it the hard way. The documentation of my journey, you can find **[here](https://crud.go4webdev.org)**. And of course I did it even harder not choosing PHP. Some should say it was even easier. :-)

    To answer your question: There are many ways to skin a cat (Mark Twain)
    Copy linkTweet thisAlerts:
    @ClaudeSjDevinHenryMar 09.2022 — All API clients must authenticate with OAuth2. OAuth is an open protocol that allows secure authorization from web, mobile, and desktop applications.

    Also, Reddit’s OAuth API is only accessible via HTTPS, not HTTP.

    Most of the wrappers / libraries mentioned [voojio](https://voojio.com/chatroom/omegle) next in the article will have clear instructions on how to authorize via [shagle](https://shagle.download) OAuth2.
    Copy linkTweet thisAlerts:
    @Varz1234Mar 10.2022 — APIs can be selected. In the beginning, you'll want to find an API to integrate into your business. ...

    Obtain your API key. ...

    Consult the API documentation. ...

    Create an endpoint request. ...

    Your app will be connected

    **Links removed by moderator**
    Copy linkTweet thisAlerts:
    @HereturbiesWaltMar 11.2022 — When programmers decide to make some of their data available to the public, they “expose endpoints,” meaning they publish a portion of the language they’ve used to build their program. Other programmers can then pull data from the application by building URLs or using HTTP clients (special programs that build the URLs for you) to request data from those endpoints.

    Endpoints return text that’s meant for computers to read, so it won’t make complete sense if you don’t understand the computer code used to write it.
    ×

    Success!

    Help @kiwis spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 4.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...