delphidigital / delphi-tg-bots

0 stars 4 forks source link

POST ${delphi_server_url}/v1/bots/tg/reading-list to create a Delphi Read #2

Closed brennan3 closed 5 months ago

brennan3 commented 5 months ago

Using environment variables, make a POST to a Delphi endpoint providing the security header.

POST to: Server endpoint: ${DELPHI_API_BASE_URL}/v1/bots/tg/reading-list Local endpoint: /v1/bots/tg/reading-list

The request should pass the x-reads-bot-api-key header. The value should be provided via environment variable of DELPHI_API_KEY

The staging/prod api key values will be provide to the developer. The developer should generate their own TG bot and use that bot for local development.

brennan3 commented 5 months ago

New endpoint to be provided once it has been created.