From 300819bc0768924a747e4b7f95330949b96b00c8 Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Tue, 16 Nov 2021 12:51:39 +0100 Subject: [PATCH] Update readme with some basic information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe33c52..ee83618 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +Basic client implementation for the [Perudo Api](perudo.loken.nl/api/doc) + +Relevent files are: [ApiClient.ts](src/services/PerudoApi.ts) and [Objects.ts](src/objects/objects.ts) for the api implementation. An (ugly) implementation can be found in [Home.vue](src/views/Home.vue) + # perudo-client ## Project setup