50238b57c8
Build and Push Docker Image / build-and-push (push) Successful in 3m50s
Introduce Amazon PA API and RapidAPI clients for fetching product metadata, with fallback strategies for Amazon URLs. Add `AmazonMetadataOptions` for configuration and update `RegistryMetadataService` to integrate these clients. Enhance metadata scraping with ASIN extraction, country code handling, and modern browser headers. Include deployment files and register new services in `Program.cs`. Update `appsettings.json` with placeholders for API credentials.
16 lines
551 B
XML
16 lines
551 B
XML
<Solution>
|
|
<Folder Name="/deploy/">
|
|
<File Path="deploy/portainer-stack.env.example" />
|
|
<File Path="deploy/portainer-stack.yml" />
|
|
<File Path="deploy/README.md" />
|
|
</Folder>
|
|
<Folder Name="/gitea build/">
|
|
<File Path=".gitea/workflows/build-and-push.yml" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/BirthList.Domain/BirthList.Domain.csproj" />
|
|
<Project Path="src/BirthList.Infrastructure/BirthList.Infrastructure.csproj" />
|
|
<Project Path="src/BirthList.Web/BirthList.Web.csproj" />
|
|
</Folder>
|
|
</Solution>
|