Giter VIP home page Giter VIP logo

foursquare-api-bundle's People

Contributors

jcroll avatar trq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

snoxs trq

foursquare-api-bundle's Issues

BC Change

Currently, this package relies upon "jcroll/foursquare-api-client": ">=1" which provides a FoursquareClient which simply extends the GuzzleClient.

Recently these changes were made and a tag created at v3.0.0.

For this bundle to avoid BC breaks, I believe we should tag a version as v1.1.5 which uses "jcroll/foursquare-api-client": ">=1,<=3" (or an equivalent) and then tag another version as v.2.0.0 to use "jcroll/foursquare-api-client": "~3".

Thoughts?

An error after upgrade

There is an error executing the venues/categories command: cURL error 6: Couldn't resolve host 'venues' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

guzzle works if I do this test, so the problem in your client:

$client = new \GuzzleHttp\Client();
 $res = $client->request('GET', 'https://api.foursquare.com/v2/venues/40a55d80f964a52020f31ee3?client_id=****&client_secret=***&v=20170113');
 echo $res->getStatusCode(); //200

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.