libpb/docs/index.md

29 lines
442 B
Markdown
Raw Normal View History

2023-01-09 10:29:40 +00:00
libpb
=====
#### _PocketBase wrapper with serializer/deserializer support_
----
## API
For full API documentation see [DUB API Spec](https://libpb.dpldocs.info/index.html).
## Installing
In order to use libpb in your project simply run:
```bash
dub add libpb
```
And then in your D program import as follows:
```d
import libpb;
```
### Dependencies
This requires that you have the `libcurl` libraries available for
linking against.