Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikarpovich/go-bitrix
Bitrix REST client in Go
https://github.com/ikarpovich/go-bitrix
bitrix bitrix24
Last synced: 12 days ago
JSON representation
Bitrix REST client in Go
- Host: GitHub
- URL: https://github.com/ikarpovich/go-bitrix
- Owner: ikarpovich
- License: gpl-3.0
- Created: 2017-12-26T14:26:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T09:52:17.000Z (about 6 years ago)
- Last Synced: 2024-07-31T19:41:59.347Z (3 months ago)
- Topics: bitrix, bitrix24
- Language: PHP
- Size: 35.2 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitrix - Bitrix24 Go SDK
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 AuthInstallation
------------
```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)