Skip to content

Is there an API for AJAX, callbacks, URLs and such? #15

Answered by salmonb
salmonb asked this question in Q&A
Discussion options

You must be logged in to vote

hi @gnahraf, I published the first version of the Fetch API in the WebFX Platform! Here is how to include it in your project:

  1. Type webfx bump cli in the terminal to update your CLI to the latest version
  2. Add import dev.webfx.platform.fetch.Fetch; in your class (or use the fully qualified class dev.webfx.platform.fetch.Fetch somewhere in your code)
  3. Type webfx update --clean-snapshots (or short syntax: webfx update -c) at your project root directory (this new --clean-snapshots option should prevent the problem you had last time with old snapshots in your local Maven repository)

Here are a few use-cases of the Fetch API (if not yet imported, use the fully qualify class dev.webfx.platform.co…

Replies: 4 comments 6 replies

Comment options

salmonb
Oct 20, 2022
Maintainer Author

You must be logged in to vote
4 replies
@gnahraf
Comment options

@salmonb
Comment options

salmonb Oct 21, 2022
Maintainer Author

@salmonb
Comment options

salmonb Oct 21, 2022
Maintainer Author

@gnahraf
Comment options

Comment options

You must be logged in to vote
2 replies
@salmonb
Comment options

salmonb Oct 24, 2022
Maintainer Author

@gnahraf
Comment options

Comment options

salmonb
Nov 2, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by salmonb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants