Skip to content

Releases: eryxcoop/appyx-comm

@eryxcoop/appyx-comm-1.0.10

31 Oct 16:20
Compare
Choose a tag to compare

Changes

  • Now errors as network errors are catched in order to act upon them.

@eryxcoop/appyx-comm-1.0.9

23 Jul 16:44
8b8d7aa
Compare
Choose a tag to compare

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

10 Jun 22:44
Compare
Choose a tag to compare

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

14 May 13:48
Compare
Choose a tag to compare

Changes

  • Now patch is supported
  • In Endpoint constructor media type can be defined

@eryxcoop/appyx-comm-1.0.6

07 May 19:05
Compare
Choose a tag to compare

Changes

  • Now api client called _callEndpoint is used without dash callEndpoint
  • Endpoint can be created by composition.

@eryxcoop/appyx-comm-1.0.5

18 Mar 16:26
Compare
Choose a tag to compare

Changes

  • Adds handlesSuccess(handler) and handlesError(handler) basic tests.
  • Adds put and delete methods.
  • Fix over package.json module and source paths.

@eryxcoop/appyx-comm-1.0.4

08 Feb 19:30
Compare
Choose a tag to compare

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

29 Jan 12:55
Compare
Choose a tag to compare

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

24 Oct 19:24
Compare
Choose a tag to compare
v1.0.2

Merge branch 'actualizar-api-client'

@eryxcoop/appyx-comm-1.0.1

24 Oct 18:47
6c4ef5e
Compare
Choose a tag to compare
Merge pull request #2 from eryxcoop/actualizar-api-client

Actualizar api client