-
Notifications
You must be signed in to change notification settings - Fork 0
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
use stbx-protocol to handle calls in stbx-rest-service #360
Milestone
Comments
marcosh
changed the title
use stbx-protocol to hadle calls in stbx-rest-service
use stbx-protocol to handle calls in stbx-rest-service
Feb 21, 2020
marcosh
added a commit
that referenced
this issue
Feb 21, 2020
marcosh
added a commit
that referenced
this issue
Feb 21, 2020
marcosh
added a commit
that referenced
this issue
Feb 21, 2020
marcosh
added a commit
that referenced
this issue
Feb 25, 2020
marcosh
added a commit
that referenced
this issue
Feb 25, 2020
marcosh
added a commit
that referenced
this issue
Feb 25, 2020
marcosh
added a commit
that referenced
this issue
Feb 25, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
added a commit
that referenced
this issue
Feb 26, 2020
epost
added a commit
that referenced
this issue
Feb 26, 2020
marcosh
pushed a commit
that referenced
this issue
Feb 27, 2020
marcosh
added a commit
that referenced
this issue
Feb 27, 2020
marcosh
added a commit
that referenced
this issue
Feb 27, 2020
marcosh
added a commit
that referenced
this issue
Feb 27, 2020
marcosh
added a commit
that referenced
this issue
Feb 27, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
epost
added a commit
that referenced
this issue
Mar 2, 2020
marcosh
added a commit
that referenced
this issue
Mar 3, 2020
epost
added a commit
that referenced
this issue
Mar 5, 2020
* [#360] [stbx-service-rest, stbx-tx-store] make Store handlers more general * [#360] [stbx-protocol, stbx-service-rest, stbx-store] rename stbx-tx-store to stbx-store * [#360] [stbx-protocol] interpret StoreActions as Store Actions * [#360] [stbx-protocol] eval MultipleStoresActions in terms of evaluations of the single stores * [#360] [stbx-protocol] eval directly StoreActions * [#360] [stbx-protocol, stbx-service-rest] integrate protocol with service * [#360] [studio-common] add type annotation * [#360] [stbx-service-rest] return error message if POSTing fails * [#360] [stbx-protocol] add Show instance to ProcessError * [#360] [stbx-service-rest] setup transaction dictionary with uber root * [#360] [stbx-core] patch root tx decoder for missing 'previous' field * [#360] [stbx-core] fix imports * [#360] [stbx-core] use .!= to provide default value * [#360] [stbx-service-rest] use hash instead of hexStr as key * [#360] [stbx-rest-integration] clean imports * [#360] [stbx-protocol] rename Hadler.purs to Handler.purs * [#360] [stbx-protocol] use (/\) instead of Tuple * [#360] [stbx-protocol] rename and reformat Embeddable instance signatures * [#360] [stbx-protocol] Chiseling away on some types * [#360] [stbx-protocol] Syntax * [#360] [stbx-protocol] prefix Actions with 'Store.' * [#360] [stbx-service] make AppState tupling and lensing more explicit * [#360] [stbx-proto] fix param names * [#360] [stbx-store] fix typo * [#360] [stbx-service] syntax * [#360] [stbx-protocol, stbx-service-rest] updates after review Co-authored-by: Erik Post <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When receiving a new
POST
request, delegate the handling of the data to thestbx-protocol
moduleThe text was updated successfully, but these errors were encountered: