Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(noticias-endpoint): agregado un endpoint de noticias #15

Merged
merged 10 commits into from
Dec 5, 2023

Conversation

Im-Fran
Copy link
Member

@Im-Fran Im-Fran commented Sep 17, 2023

Para una mejor implementación de la sección de noticias en la app he agregado este endpoint de noticias. Simplemente, va a la API del wordpress del sitio web utem.cl y obtiene:

  • ID
  • Fecha (en formato local con la zona America/Santiago)
  • Título
  • Subtitulo (que en realidad se toma como un 'resumen' en la api de wordpress)
  • Link
  • Imagen

Para una mejor implementación de la sección de noticias en la app he agregado este endpoint de noticias. Simplemente, va a la API del wordpress del sitio web utem.cl y obtiene:
- ID
- Fecha (en formato local con la zona America/Santiago)
- Título
- Subtitulo (que en realidad se toma como un 'resumen' en la api de wordpress)
- Link
- Imagen
src/utem/services/noticias.service.ts Outdated Show resolved Hide resolved
src/utem/services/noticias.service.ts Outdated Show resolved Hide resolved
src/utem/services/noticias.service.ts Outdated Show resolved Hide resolved
* Renombrado de NoticiasService a UtemNoticiasService
* Removido limite de pagina
* Agregado rango de fecha. Por defecto 6 meses atrás y hasta hoy
* Ahora los datos retornan fecha gmt en formato ISO8601

(Además agregué dayjs v1.11.9 y unas configuraciones iguales a las de la PR exdevutem#9 para evitar conflictos futuros)
* Renombrado de NoticiasService a UtemNoticiasService
* Removido limite de pagina
* Agregado rango de fecha. Por defecto 6 meses atrás y hasta hoy
* Ahora los datos retornan fecha gmt en formato ISO8601

(Además agregué dayjs v1.11.9 y unas configuraciones iguales a las de la PR exdevutem#9 para evitar conflictos futuros)
@exdevutembot exdevutembot merged commit 96656e0 into exdevutem:dev Dec 5, 2023
1 check failed
@Im-Fran Im-Fran deleted the feat/noticias-endpoint branch December 19, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants