Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Feeds #85

Open
anna-otrokhova opened this issue Feb 22, 2018 · 2 comments
Open

Feeds #85

anna-otrokhova opened this issue Feb 22, 2018 · 2 comments

Comments

@anna-otrokhova
Copy link

anna-otrokhova commented Feb 22, 2018

Leeds PHR new heading: https://projects.invisionapp.com/share/Q6EMHBF9F#/screens/279039310

We suppose to get this kind of fields in responses to API requests:

GET List (api/feeds)
Response
[
{
name: string,
landingPageUrl: string,
sourceId: string,
},
]

GET Detail (api/feeds/sourceId)
Response
{
name: string,
landingPageUrl: string,
rssFeedUrl: string,
dateCreated: number,
author: string,
sourceId: string
}

PUT/POST edit/create Detail
PUT (api/feeds/sourceId), POST (api/feeds)
Response
{
name: string,
landingPageUrl: string,
rssFeedUrl: string,
dateCreated: number,
author: string,
sourceId: string,
}

Related issue: PulseTile/PulseTile-React-Core#128

@robtweed
Copy link
Collaborator

What is this about please?

@anna-otrokhova
Copy link
Author

@robtweed
I have updated the description. Rob, have a look, please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants