AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

feat(api): add POST v2/broadcast #10

Closed enddynayn closed 3 months ago

enddynayn commented 3 months ago

Add v2/broadcast endpoint to submit a broadcast message that gets processed by the Content-Publisher service. This approach simplifies the process for developers by abstracting the complex details involved in directly interacting with the Frequency Chain.

9

enddynayn commented 3 months ago

I think there are probably better ways to consume content-publisher open API spec. Ill open a ticket to look at what are the best practices for this.