Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextselegidis/easyappointments-sdk
📅 Multi-lingual SDK packages for the Easy!Appointments API
https://github.com/alextselegidis/easyappointments-sdk
appointments csharp events google-calendar javascript openapi php python rest-api ruby scheduler sync time web
Last synced: 5 days ago
JSON representation
📅 Multi-lingual SDK packages for the Easy!Appointments API
- Host: GitHub
- URL: https://github.com/alextselegidis/easyappointments-sdk
- Owner: alextselegidis
- Created: 2021-06-24T14:26:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T11:38:57.000Z (about 3 years ago)
- Last Synced: 2024-12-06T13:43:23.804Z (2 months ago)
- Topics: appointments, csharp, events, google-calendar, javascript, openapi, php, python, rest-api, ruby, scheduler, sync, time, web
- Language: C#
- Homepage: https://developers.easyappointments.org
- Size: 404 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Easy!Appointments SDK
A powerful Open Source Appointment Scheduler that can be installed on your server.
About •
Features •
Setup •
Installation •
License## About
**Easy!Appointments** is a highly customizable web application that allows customers to book appointments with you
via a sophisticated web interface. This repository holds the SDK code that can be used to quickly integrate the Easy!Appointments
API into your own projects.## Languages
The following languages are added to the repository, though more can be generated based `openapi.yml` file that is located in the default Easy!Appointments repository.
* c#
* java
* javascript
* php
* python
* ruby## Setup
To clone and run this application, you'll need [Git](https://git-scm.com).
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/alextselegidis/easyappointments-sdk.git# Go into the repository
$ cd easyappointments-sdk
```You can now copy the code of your preferred language into your own project and start using the client.
## License
Code Licensed Under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | Content Under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
---
Website [alextselegidis.com](https://alextselegidis.com)  ·Â
GitHub [alextselegidis](https://github.com/alextselegidis)  ·Â
Twitter [@alextselegidis](https://twitter.com/AlexTselegidis)###### More Projects On Github
###### ⇾ [Plainpad · Self Hosted Note Taking App](https://github.com/alextselegidis/plainpad)
###### ⇾ [Questionful · Web Questionnaires Made Easy](https://github.com/alextselegidis/questionful)
###### ⇾ [Integravy · Service Orchestration At Your Fingertips](https://github.com/alextselegidis/integravy)