-
Notifications
You must be signed in to change notification settings - Fork 12
Core: API Mock #28
Comments
@avive Can I take this ? |
Please create a component called |
Yes but please see my proposal for next steps in the gitter chat... |
Please add
|
done |
Please make all API calls async using the async / await javascript pattern. Even methods that can return data immediately should use a typed promise for consistent behavior. e.g. Promise. I think that the ts-lint pattern is to end all methods with Async... this makes working against the API much easier. |
@avive Should there be some sort of API auth mechanism? |
@avive @samparsky I think |
Description
Provide API mocks for the following
Describe the solution you'd like
Describe alternatives you've considered
Contribution Guide
Please checkout the contribution guide
The text was updated successfully, but these errors were encountered: