Giter Site home page Giter Site logo

handesk-php's People

Contributors

badchoice avatar lucidlemon avatar pbrooker avatar s5w95 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

handesk-php's Issues

get tickets listing

hi, i try list of ticket with 'open' status, but i cant get any detail after call the handesk get ticket function
Screenshot 2022-12-23 at 11 54 43 AM

could i know how to solve this ya? Thanks

API token

Hello ,
How can we get handesk api token ?
Thanks

Add notes

İs there any chance to add notes via APİ?

Im getting 422 Unprocessable Entity while calling api.

My laravel version is 5.7.
"badchoice/handesk-php": "^0.1.4"

I have tried call api handesk_base_url/api/tickets/

parameter is

$ticket_id = (new Ticket)->create(
    ["name" => "Requester name", "email" => "[email protected]"], 
    "The ticket subject", 
    "The ticket initial body", 
    ["tag1","tag2"]
   );

but Im getting these errors

Client error: POST http://handesk.me/api/tickets resulted in a 422 Unprocessable Entity response:
{"error":"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'toolbox.requesters' doesn't exist (SQL: select * fr (truncated...)

best regards

Update carbon dependency

Since laravel now uses nesbot/carbon 2 the installation of the package fails, since it requests version ~1.20 .

Possible to update it to the latest version?

addComment returns 400 Bad request

While (new Ticket)->get($requester) and $ticket->find($id) works fine I got error trying $tickets->addComment($requester, $body, $status);
What should I check or correct?

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.