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

Expor robo via api (servico rest) #73

Closed
faustoct1 opened this issue Mar 21, 2019 · 2 comments
Closed

Expor robo via api (servico rest) #73

faustoct1 opened this issue Mar 21, 2019 · 2 comments
Labels
idea A ideia for this project

Comments

@faustoct1
Copy link

faustoct1 commented Mar 21, 2019

Expor o robo como servico via api rest

Objetivo / Vantagens

  • Componentizar e isolar responsabilidades
  • Reutilizar web / app
  • pontos de extensão
  • fácil manter e testar

Sugestões de endpoint

  • Home
    GET /user/home
Response
[{
  youtube-video-url:"https://www.youtube.com/watch?v=5J4J1K595vs",
  youtube-video-id: "5J4J1K595vs",
  title:"Who is Steve Jobs",
},
{
...
}
]
  • Procurar por termo
    GET /search/{term}
Response
{
  youtube-video-url:"https://www.youtube.com/watch?v=5J4J1K595vs",
  youtube-video-id: "5J4J1K595vs",
  title:"Who is Steve Jobs",
  searchterm: "Steve Jobs"
}
@faustoct1 faustoct1 changed the title Expor robo como servico rest via api Expor robo via api como servico rest Mar 21, 2019
@faustoct1 faustoct1 changed the title Expor robo via api como servico rest Expor robo via api (servico rest) Mar 21, 2019
@danielschmitz danielschmitz added the idea A ideia for this project label Mar 22, 2019
@nandumoura
Copy link

Top essa idéia

@matbrgz
Copy link
Collaborator

matbrgz commented Oct 31, 2019

@danielschmitz Porque fechou? Algum motivo em particular?

Voto até para usar uma tecnologia mais hype como GraphQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A ideia for this project
Projects
None yet
Development

No branches or pull requests

4 participants