Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Last active July 1, 2016 12:30
Show Gist options
  • Select an option

  • Save viniciusdacal/760a7108c4084fdc67b820a36b135a70 to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/760a7108c4084fdc67b820a36b135a70 to your computer and use it in GitHub Desktop.
const asyncAction = {
types: [
CALL_API_REQUEST,
CALL_API_SUCCESS,
CALL_API_FAILURE,
],
callAPI: () => http.get('http://api.myapp.com/service', {id: 1}),
payload: {id: 1},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment