Giter Club home page Giter Club logo

Comments (42)

zachborboa avatar zachborboa commented on May 17, 2024

Tumblr - Upload a photo with V2 api
https://gist.github.com/codingjester/1649885

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Box - Upload a file
https://developers.box.com/docs/#files-upload-a-file

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Dropbox - Upload a file
https://www.dropbox.com/developers/core/start/php#uploading

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Evernote - Create a note
http://dev.evernote.com/doc/articles/creating_notes.php

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

OkCupid - Send message
https://code.google.com/p/okcupid-pidgin/source/browse/trunk/okc_messages.c#463

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

WordPress - Create a new post
https://codex.wordpress.org/XML-RPC_WordPress_API/Posts#wp.newPost

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

WordPress - Upload a file
https://codex.wordpress.org/XML-RPC_WordPress_API/Media#wp.uploadFile

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Amazon - Upload a file
http://docs.aws.amazon.com/AmazonS3/latest/dev/LLuploadFilePHP.html
http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadObjSingleOpPHP.html

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Stripe - Authenticate
https://stripe.com/docs/api/curl#authentication

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Stripe - Charge a credit card
https://stripe.com/docs/api/curl#create_charge

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

LinkedIn - View a profile.
https://developer.linkedin.com/documents/profile-api

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Google Drive - Upload a file.
https://developers.google.com/drive/v2/reference/files/insert

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Facebook - Upload a photo.
https://developers.facebook.com/docs/graph-api/reference/v2.0/user/photos
https://developers.facebook.com/docs/facebook-login/access-tokens

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Balanced - Debit a credit card.
https://docs.balancedpayments.com/1.1/guides/debits/#debit-a-credit-card
https://docs.balancedpayments.com/1.1/overview/resources/#test-credit-card-numbers

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

StackExchange - Search questions.
https://api.stackexchange.com/docs/advanced-search
https://api.stackexchange.com/docs/authentication
https://api.stackexchange.com/2.2/search/advanced?q=%22php-curl-class%22&site=stackoverflow

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Twilio - Send SMS and MMS.
http://www.twilio.com/docs/api/rest/sending-messages

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Digital Ocean - Authenticate.
https://developers.digitalocean.com/#authentication

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Digital Ocean - Create a droplet.
https://developers.digitalocean.com/#create-a-new-droplet

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Moves - Show daily activities
https://dev.moves-app.com/docs/api_activities

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Uber - Authenticate
https://developer.uber.com/v1/auth/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Uber - Price estimates
https://developer.uber.com/v1/endpoints/#price-estimates

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Pinterest - Search domain pins
https://developers.pinterest.com/api_docs/v3_domain_search_pins/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Pinterest - Pin It
https://developers.pinterest.com/android/
https://developers.pinterest.com/manage/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Braintree - Create transaction
https://developers.braintreepayments.com/ios+ruby/sdk/server/transaction-processing/create
https://developers.braintreepayments.com/ios+ruby/reference/general/testing

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Spreedly - Make a purchase
https://docs.spreedly.com/basics/purchase/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Disqus - Authenticate
https://disqus.com/api/docs/auth/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Disqus - Create a new post
https://disqus.com/api/docs/posts/create/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

The New York Times - The Best Sellers API
http://developer.nytimes.com/docs/best_sellers_api/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

The New York Times - The Most Popular API
http://developer.nytimes.com/docs/most_popular_api/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

The Guardian - Content search
http://open-platform.theguardian.com/documentation/search.html

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Spotify - Authorize
https://developer.spotify.com/web-api/endpoint-reference/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Spotify - Search
https://developer.spotify.com/web-api/search-item/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Google Drive - Upload a resumable file.
https://developers.google.com/api-client-library/php/guide/media_upload

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

SendGrid - Send an email.
https://sendgrid.com/docs/Code_Examples/php.html

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Yahoo - Get current weather conditions.
https://developer.yahoo.com/weather/

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Yahoo - Geocode an address.
https://developer.yahoo.com/boss/placefinder/

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

VirusTotal - Upload and scan file.
https://www.virustotal.com/en/documentation/public-api/#scanning-files

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Mailgun - Send an email.
http://documentation.mailgun.com/api-sending.html#sending

from php-curl-class.

zborboa-g avatar zborboa-g commented on May 17, 2024

Hacker News - Retrieve top stories.
https://github.com/HackerNews/API#top-stories

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Walk Score - Retrieve the Walk Score for a location.
http://www.walkscore.com/professional/api.php

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Pinboard - Add a bookmark
https://pinboard.in/api#posts_add

from php-curl-class.

zachborboa avatar zachborboa commented on May 17, 2024

Many examples are available. Please file a ticket if you didn't find an example that fits your use case.

from php-curl-class.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.