Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikarpovich/go-bitrix

Bitrix REST client in Go
https://github.com/ikarpovich/go-bitrix

bitrix bitrix24

Last synced: about 2 months ago
JSON representation

Bitrix REST client in Go

Awesome Lists containing this project

README

        

Bitrix REST API client in Go
============================

This library implements Bitrix and Bitrix24 [REST API](https://training.bitrix24.com/rest_help/)

Features
-------
- Generic REST client, responses and errors handling
- Auto collection of methods (full) and entities (partial) from PHP code
- WebHook Auth

Installation
------------
```bash
go get -u github.com/ikarpovich/go-bitrix
```

Usage
-----
```go
See [examples](https://github.com/ikarpovich/go-bitrix/blob/master/examples/common_methods/main.go)
```

Roadmap
-------

- CRUD operations
- Event handling
- OAuth
- Secure method calls (JWS)