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

HTTP middleware for making load/mutations work easily with JSON http APIs. #546

Open
4 tasks
awkay opened this issue Sep 19, 2023 · 0 comments
Open
4 tasks
Labels
easy contribution This issue should be relatively easy if a contributor is looking for something to help with. help wanted

Comments

@awkay
Copy link
Member

awkay commented Sep 19, 2023

A lot of people need to access JSON APIs from within Fulcro. This has largely been left as an exercise for the reader, but is probably a significant blocker for beginners who just want to try the UI side against an existing server.

I've started a branch json-api-remote with a partial implementation and am looking for contributors that might want to polish it.

Some things that need done still:

  • Test mutations in real world
  • Make the json map renaming code case insensitive
  • Support for (bidirectional) data coercion based on the Fulcro name of the keys
  • Support for a way to customize key renames (currently assumes the name of the Fulcro keyword === json key)
@awkay awkay added help wanted easy contribution This issue should be relatively easy if a contributor is looking for something to help with. labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy contribution This issue should be relatively easy if a contributor is looking for something to help with. help wanted
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant