Skip to content

Instantly share code, notes, and snippets.

@beardcoder
Created July 17, 2019 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beardcoder/5cff367c9bedb3b1b2ac381f39303b64 to your computer and use it in GitHub Desktop.
Save beardcoder/5cff367c9bedb3b1b2ac381f39303b64 to your computer and use it in GitHub Desktop.
Sample api file for js api calls
export default {
create(payload: any) {
},
show(id: number) {
},
index() {
},
update(payload: any) {
},
delete(id: any) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment