GithubHelp home page GithubHelp logo

evilfreelancer / bookeo-api-php Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 102 KB

Bookeo API PHP7 client

Home Page: https://www.bookeo.com/api/

License: MIT License

PHP 100.00%
api api-client bookeo bookeo-api php7 restful

bookeo-api-php's Introduction

Hi there 👋

List of links to my public projects and social media groups/channels.

You may support me here: https://pay.cloudtips.ru/p/937f48ac, https://boosty.to/evilfreelancer

📫 Primary Communication Channels

🚲 My projects

Here's a list of some of my major projects indirectly related to my blogging activities.

  • subgen_bot - a special bot in Telegram for converting voice tracks to text and subtitles, capable of extracting voice from YouTube videos and understands any audio, video, and voice messages;
  • 3DNews (RSS) - a small PHP project that crawls the 3DNews site's RSS feed and posts messages in my Telegram channel, created because the official 3DNews Telegram channel rarely publishes news;
  • Хабр / ML & AI - Telegram channel where you can find publications from RSS feeds of thematic hubs “Machine Learning” and “Artificial Intelligence” of the Habr portal;
  • LinuxGizmos.com - Telegram channel that automatically gets filled with content using the same PHP crawler as 3DNews;
  • ZaborMUS - a Telegram channel where I talk about various strange and unusual music;
  • deletebg_bot - a simple Telegram bot for removing backgrounds from images;
  • XHProf-UI.js - a simple JavaScript project for reading PHP xhprof reports.

PS. This list will be updated.

🖥️ Games for Programmers

Initially, I launched this project on Steam because I wanted to receive good recommendations for games, but most curators were talking about the same AAA titles, so I wanted to create my own curator with games I like.

bookeo-api-php's People

Contributors

dhonions avatar evilfreelancer avatar vitabef avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

vitabef dhonions

bookeo-api-php's Issues

Bookings.php Bool needs to be String

Hi there,

I'm sending a query as follows:-

On the Bookings EndPoint (Bookings.php) I have a request as follows

$result = $this->startAPI()->bookings->bookings($booking_id, true, true)->exec();

Where true relates to:
bool $expandCustomer = false,
bool $expandParticipants = false

However the true doesn't get a response as a boolean, but it does as a string ('true').

This GET request will work:-
https://api.bookeo.com/v2/bookings/123456789?secretKey=XXXXXXXX&apiKey=XXXXXXXXX&expandCustomer=true&expandParticipants=true

This GET request will not work:-
https://api.bookeo.com/v2/bookings/123456789?secretKey=XXXXXXXX&apiKey=XXXXXXXXX&expandCustomer=1&expandParticipants=1

It's an easy fix to swap out the bool for strings in Bookings.php - but this could create a breaking change.

Thanks

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.