D client API for interacting with Eskom Calendar
Go to file
Tristan B. Velloza Kildaire 0400f18ead - Show one how to use the API 2023-06-03 11:53:24 +02:00
source/eskomcalendar Unit tests 2023-06-02 16:35:26 +02:00
.gitignore - Updated `.gitignore` 2023-06-01 21:49:24 +02:00
README.md - Show one how to use the API 2023-06-03 11:53:24 +02:00
dub.json - Updated package description 2023-06-02 16:21:15 +02:00

README.md

eskomcalendar4d

eskomcalendar4d provides DLang users with a simple but functional (in the ease-of-use sense) API client that makes use of the eskom-calendar API in order to provide you with a way to build ontop of it.

Usage

Firstly you will need to add the dependency to your project, this can be done as follows:

cd <your project>/
dub add eskomcalendar4d

In terms of using the API there are a few examples here (scroll to the bottom of the page) which show you how to use it.