We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Learning Resources for a Particular Country
Request:
GET /api/v1/learning_resources?country=laos Content-Type: application/json Accept: application/json
Response:
The response data should contain exactly these elements and nothing more:
Example Response:
{ "data": { "id": null, "type": "learning_resource", "attributes": { "country": "laos", "video": { "title": "A Super Quick History of Laos", "youtube_video_id": "uw8hjVqxMXw" }, "images": [ { "alt_tag": "standing statue and temples landmark during daytime", "url": "https://images.unsplash.com/photo-1528181304800-259b08848526?ixid=MnwzNzg2NzV8MHwxfHNlYXJjaHwxfHx0aGFpbGFuZHxlbnwwfHx8fDE2Njc4Njk1NTA&ixlib=rb-4.0.3" }, { "alt_tag": "five brown wooden boats", "url": "https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?ixid=MnwzNzg2NzV8MHwxfHNlYXJjaHwyfHx0aGFpbGFuZHxlbnwwfHx8fDE2Njc4Njk1NTA&ixlib=rb-4.0.3" }, { "alt_tag": "orange temples during daytime", "url": "https://images.unsplash.com/photo-1563492065599-3520f775eeed?ixid=MnwzNzg2NzV8MHwxfHNlYXJjaHwzfHx0aGFpbGFuZHxlbnwwfHx8fDE2Njc4Njk1NTA&ixlib=rb-4.0.3" }, {...}, {...}, {...}, {etc}, ] } } }
Front End WireFrame:
The text was updated successfully, but these errors were encountered:
1/16/23 6:54pm
Working in postman, but testing is HIGHLY inadequate.
However, response in postman is what we expect. AJP
Sorry, something went wrong.
ajpulzone
No branches or pull requests
Get Learning Resources for a Particular Country
Request:
Response:
The response data should contain exactly these elements and nothing more:
Example Response:
Front End WireFrame:
The text was updated successfully, but these errors were encountered: