autogestion / pubgate-philip

Minimalist blogging ActivityPub client made with Svelte
10 stars 2 forks source link

Implement routing to display post page #8

Closed autogestion closed 4 years ago

autogestion commented 4 years ago

App needs to detect url with format ''/@<-username->/object/<-entity_id->'' , make GET api request to this specific url with header 'Accept' : 'application/activity+json' , than use response data and Post.svelte component to display post page