basecrm-ruby icon indicating copy to clipboard operation
basecrm-ruby copied to clipboard

Base CRM API Client

Results 14 basecrm-ruby issues
Sort by recently updated
recently updated
newest added

For some reason, when we call `client.leads.all` we receive `nil`, causing issues on subsequent code. This can be handled by us, but should this return `nil`? Could this be a...

Adds the ability to send a POST to /deals/upsert as specified here https://developers.getbase.com/docs/rest/reference/deals and equivalent for contacts

Why don't you have upsert for your services. This is a very import feature for syncing data, and that is all I need this gem for is syncing information to...

Hello, I just noticed the number of errors increased a lot since jul 20th ``` BaseCRM::ErrorsCollection: [...] http_status=404 Not Found code=incorrect_path message=path was not found details=Requested path at '/429.json' was...

I see in API doc, it has: GET /v2/contact/custom_fields . Is there a way to do that using SDK?

Added support for https://developers.getbase.com/docs/rest/reference/custom_fields

This is a field that can be provided when creating or updating leads, but it is currently sanitized out. This adds it to the keys to persist. I did not...

I just tried to update a product and it seems that it is complaining about fields being `null`. You should be able to "round trip" a read/write. As a workaround...

Hey guys, This is more of a general API question vs a ruby specific question, but here goes. When creating a lead you accept any arbitrary string for `status`, but...

It would be tremendously helpful to be able to query the number of items remaining in the queue when using the Sync API. The API endpoint for sync does deliver...