# README
go-pipedrive
go-pipedrive is a Rest API for Pipedrive.com. You can manage your application with this library. It contains multiple API V1 requests Pipedrive provides with support of CRUD operations.
Quick Start / Installation
To get started with go-pipedrive, you'll need to do the following:
- Install the latest version of Go.
- Install the go-pipedrive package using go get.
- Use the go-pipedrive package in your Go code.
- Here's an example of how to install the package:
go get github.com/whatcrm/go-pipedrive
Models
go-pipedrive includes a package for working with models, which allows you to use just the API and create your own models. This means you can create your own structs and use them with our go-pipedrive package, even if you don't want to use every field from Pipedrive's entities.
Here's the link to Models package and example of how to install the package.
go get github.com/whatcrm/go-pipedrive/models
Features
- Lightweight and easy-to-use
- Simple and efficient net/http solution
- Comprehensive CRUD for working with Pipedrive
Ecosystem / Documentations
Contributors
go-pipedrive is maintained by WhatCRM Organization. If you'd like to contribute to the project, please reach out to us via Issues.
# Functions
No description provided by the author