Git Product home page Git Product logo

eventbrite-api-laravel-wrapper's People

Contributors

bigdevwhale avatar jledezma-mt avatar jmurphy45 avatar sgatz avatar taytus avatar uxandre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eventbrite-api-laravel-wrapper's Issues

Typehint error upon retrieving all formats

Argument 1 passed to Marat555\Eventbrite\Factories\HelperEntity\ObjectList::__construct() must be an instance of Marat555\Eventbrite\Factories\HelperEntity\Pagination, null given

$this->eventbrite->format()->all()

Changing the Pagination typehint here to be nullable works as a fix, but locks you to PHP 7.1, so I figured I'd leave you to decide the route to take.

Call to undefined function Marat555\Eventbrite\Factories\array_get()

I have a super simple controller, I'm just testing the library and I have that error

namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Eventbrite;

class ScraperController extends Controller{

    public function main(){

        $event_id="65718581045";
        return response()->json(Eventbrite::event()->get($event_id));


    }

Trace error:
image

Get event list through Organization ID

Hi guys, I've been trying to get an event list through organisation ID with no luck. Can anyone please provide an example? E.g. where can I get the organisation ID and how could we send the request?

Thank you so much!

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.