Coder Social home page Coder Social logo

Comments (5)

f-g-p avatar f-g-p commented on July 22, 2024

(as a side question, is this repo still active ?)

from pipedrive-connect.

j4rs avatar j4rs commented on July 22, 2024

(as a side question, is this repo still active ?)

Hey FΓ©lix,

First of all thanks for your comments.

This repo is active, is just that I am finding time this week to address all the pending issues.

from pipedrive-connect.

f-g-p avatar f-g-p commented on July 22, 2024

yw

from pipedrive-connect.

j4rs avatar j4rs commented on July 22, 2024

Hello,

It seems you have a malformed request issue on the organization search API:

https://developers.pipedrive.com/docs/api/v1/Organizations#searchOrganization

The doc states that fields should be a comma-separated string array &fields=name,address&, and your http clients builds the request the following way: &fields[]=name&fields[]address&

This leads to fields being ignored by Pipedrive (I double checked with their Postman client)

Hey FΓ©lix,

You are totally right, this is an excellent catch πŸ‘ . The good news is that it is functional if instead of passing fields as an array it is passed as the string of csv, so I will update the README.

Thanks for the insightful discovery.

from pipedrive-connect.

j4rs avatar j4rs commented on July 22, 2024

Ready, fixed πŸ™‚

from pipedrive-connect.

Related Issues (9)

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.