@externity.cz/evlapp-mock-api
v1.4.0
Published
mocking the evlapp rest api
Downloads
39
Readme
eVlastnici mock-api info
This is a mock API for eVlastnici web and mobile applications
dependencies ["@externity.cz/evlapp-js-types"] npm module. There is tight coupling and version compatibility is important
- mock | types
v1.0.21 - works with v1.0.8
current end-points !! for related types, reffer to ["@externity.cz/evlapp-js-types"]
added test user for login: email: [email protected], password: 'test'
helper for address search in onboarding to simplify development [api/v1/address-list?text=searchedString]
- response IBuilding[]
building and admin registration. returns init data [api/v1/security/register-manager]
- request payload : IRegisterBuilding
- response : ILoginResponse
user login [api/v1/security/login]
- request payload : ILoginPayload
- response : ILoginResponse
password reset request [api/v1/security/password-reset/request]
- request config : {headers { Authorization: token}}
password change request [api/v1/security/password-reset/change]
- request config : {headers { Authorization: token}}
- request payload : IChangePassword
new
poll overview [api/v1/poll-overview]
- request config : {headers { Authorization: token}}
- request payload: IPollOverviewResponse