ikarpovich / go-bitrix

Bitrix REST client in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitrix REST API client in Go

This library implements Bitrix and Bitrix24 REST API

Features

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

Installation

go get -u github.com/ikarpovich/go-bitrix

Usage

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)

About

Bitrix REST client in Go

License:GNU General Public License v3.0


Languages

Language:PHP 57.1%Language:Go 42.9%