From 16f9ed846c1d00e337f6709700b51d5de7888e38 Mon Sep 17 00:00:00 2001 From: AdenForshaw Date: Tue, 5 Nov 2024 17:01:24 +1100 Subject: [PATCH] added tagline --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 400199a..03163bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overture Maps API -- Built using [NestJS](https://github.com/nestjs/nest) TypeScript Framework +- Built using [NestJS](https://github.com/nestjs/nest) TypeScript Framework by [ThatAPICompany](https://thatapicompany.com) - specialists in all things APIs ## Endpoints @@ -77,3 +77,8 @@ curl -H "x-api-key: DEMO-API-KEY" -X GET -G 'http://localhost:8080/places/catego curl -H "x-api-key: DEMO-API-KEY" -X GET -G 'http://localhost:8080/places/brands' \ -d 'country=AU' -d 'categories=airlines,airline' ``` + + +#### Credits + +Another fine API from ThatAPICompany - specialists in all things APIs \ No newline at end of file