---
title: API Clients
subtitle: >-
  Community-built API client libraries for Python, PHP, Node.js, Ruby, Go, and
  C#.
slug: /api/overview/api-clients
---

The Close REST API is usable in any programming language that can send HTTP
requests and handle HTTP responses. To make development using our API easier,
some awesome contributors have helped us develop numerous API Clients for
multiple programming languages. Check them out below:

## Python

- [Close's Python Wrapper](https://github.com/closeio/closeio-api) (Officially
  maintained by Close)

## Ruby

- [Simple Example](https://gist.github.com/philfreo/9359930) using
  [REST Client](https://github.com/rest-client/rest-client)
- [Taylor Brooks' Close Ruby Wrapper](https://github.com/taylorbrooks/closeio)

## PHP

- [Simple Example](https://gist.github.com/philfreo/5406540) using
  [Ryan McCue's Requests Library](https://github.com/rmccue/Requests)
- [Loopline Systems' Close API Wrapper](https://github.com/loopline-systems/closeio-api-wrapper)
- [Geoff Wagstaff's Close API SDK](https://github.com/TheDeveloper/closeio-php-sdk)
- [Benjamin Gyuro's Close API Client for Laravel](https://github.com/gyurobenjamin/closeio-laravel-api)

## Node.js

- [Close's Node.js Wrapper](https://github.com/closeio/closeio-node)

## C&#35;

- [More Than Rewards' Close .NET Library](https://github.com/MoreThanRewards/CloseIoDotNet)

## Elixir

- [Nested's Closex Library](https://github.com/nested-tech/closex)
- [Taylor Brooks' ExClose Library](https://github.com/taylorbrooks/ex_closeio)

## Go

- [Recare's Close Golang Client](https://github.com/veyo-care/closeio-golang-client)
- [Analytical Flavor Systems' Close API Wrapper](https://github.com/AnalyticalFlavorSystems/closeio-go)

If you've developed a Close API Client and want to be included on this list,
please reach out to [support@close.com](mailto:support@close.com).
