Releases: eryxcoop/appyx-comm
Releases · eryxcoop/appyx-comm
@eryxcoop/appyx-comm-1.0.10
Changes
- Now errors as network errors are catched in order to act upon them.
@eryxcoop/appyx-comm-1.0.9
Changes
- Now you dont need to have a class for your endpoint in order to override its response in FakeResponse class.
@eryxcoop/appyx-comm-1.0.8
Changes
- Now FakeRequester works with defaultResponse if none is specified.
- Endpoints can clarify the response content type, default is application/json
@eryxcoop/appyx-comm-1.0.7
Changes
- Now patch is supported
- In Endpoint constructor media type can be defined
@eryxcoop/appyx-comm-1.0.6
Changes
- Now api client called
_callEndpoint
is used without dashcallEndpoint
- Endpoint can be created by composition.
@eryxcoop/appyx-comm-1.0.5
Changes
- Adds
handlesSuccess(handler)
andhandlesError(handler)
basic tests. - Adds put and delete methods.
- Fix over package.json module and source paths.
@eryxcoop/appyx-comm-1.0.4
Changes
Now response handler can handle generic success and error responses
handlesSuccess(handler)
Receives way to handle success case. For now, success case is any with no errors
in response.
handlesError(handler)
Receives way to handle error case. Error case will be call any time that the response handling was not indicated for the response received.
Work to do
- Success condition in response should be configurable
@eryxcoop/appyx-comm-1.0.3
Changes
- First tests are added
- Now response can be handled with ResponseHandler for general and particular purposes.
- Docs page is created
@eryxcoop/appyx-comm-1.0.2
v1.0.2 Merge branch 'actualizar-api-client'
@eryxcoop/appyx-comm-1.0.1
Merge pull request #2 from eryxcoop/actualizar-api-client Actualizar api client