You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered: