https://github.com/maaarcocr/uclapi-go
A wrapper library in Go for uclapi
https://github.com/maaarcocr/uclapi-go
Last synced: about 1 year ago
JSON representation
A wrapper library in Go for uclapi
- Host: GitHub
- URL: https://github.com/maaarcocr/uclapi-go
- Owner: Maaarcocr
- Created: 2017-03-05T15:53:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T22:02:36.000Z (about 9 years ago)
- Last Synced: 2023-03-08T18:57:54.466Z (over 3 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uclapi-go
A wrapper library in Go for uclapi
## Introduction
```go
import github.com/Maaarcocr/uclapi-go
```
The first thing you need is a Wrapper for the Room Booking API. You can create one with:
```go
wrapper := uclapi.NewRoomBookingWrapper("your token")
```
The wrapper has four methods:
* GetRooms
* GetBookings
* NextPage
* GetEquipment
## Documentation
You can find the documentation for this library at: https://godoc.org/github.com/Maaarcocr/uclapi-go