TeamShiksha / logoexecutive

Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
https://logoexecutive.vercel.app/
24 stars 20 forks source link

Add Search API Endpoint for Logo Retrieval #361

Closed DeltaDynamo closed 1 month ago

DeltaDynamo commented 2 months ago

What is this issue related to?

Feature

Description

This feature aims to implement the Basic Logo Search API, which fetches a list of logo URLs starting with specified characters. This functionality will allow users to display logos that share a common theme based on their initial characters.

Endpoint: /api/business/search?key={KEY}&API_KEY={YOUR_API_KEY}

Method: GET

Parameter Type Description Required
key string The initial character(s) that the logo URLs should begin with. Yes
API_KEY string The API Key generated from the dashboard. Yes

The tests for the same should be implemented as well to ensure correctness.

Expected Behavior

Current Behavior

No such API exists now.

Additional Information (optional)

No response

Confirmation Checklist

DeltaDynamo commented 2 months ago

@Sharathxct