You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As application requirements, we have to implement flight search features, but have not implemented yet.
For this feature, we can use Travel APIs by Skyscanner with test API key. (Doc)
ToDo
Dog fooding with Travel APIs. There seems to be API key only for testing, so we can also use this for checking what response body are, ...etc
Implement simple API calls to backend API, with use input. Although we also have to filtering the results, which is out of scope for user inputs (amount & time), implementation of this features should be managed in another issue, so in this issue we will implement APIs for returning whole results by Travel APIs
(Optional) Acceptance Criteria
Confirm we can see the results from Travel APIs in backend API logs, or client console log.
The text was updated successfully, but these errors were encountered:
AsIs
As application requirements, we have to implement flight search features, but have not implemented yet.
For this feature, we can use
Travel APIs
by Skyscanner with test API key. (Doc)ToDo
(Optional) Acceptance Criteria
Confirm we can see the results from Travel APIs in backend API logs, or client console log.
The text was updated successfully, but these errors were encountered: