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

Adding second then on axios call in the readme #1623

Merged
merged 1 commit into from Jul 2, 2018
Merged

Adding second then on axios call in the readme #1623

merged 1 commit into from Jul 2, 2018

Conversation

guillaumebriday
Copy link
Contributor

Inspired by this issue : #792 (comment)

Adding this kind of example in the readme :

axios.post('/api/foo', {
    foo: 'bar'
}).then((response) => {
    // success
}).catch((error) => {
    // error
}).then(() => {
    // always executed
});

@guillaumebriday guillaumebriday changed the title Adding second then on axios call Adding second then on axios call in the readme Jun 22, 2018
@JustinBeckwith JustinBeckwith merged commit d74238e into axios:master Jul 2, 2018
@axios axios locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants