Transform a third party response with ServerDataSource
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 1.6k
- Forks
- 867
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Hello guys, How can I transform or adapt a third party api response to my table if that comes inside an array?
For example [https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline](url)
I want to use this with ServerDataSource.
Now I have something like this:
`source: ServerDataSource;
constructor(http: Http) {
this.source = new ServerDataSource(http, { endPoint: 'some_get_api'});
}`
Thanks.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.