Build a small iPhone application that queries Github to get repositories that mention GraphQL
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/listings/9cb284eb-c467-4f07-8811-dde163c73e7d HTTP/1.1 | |
Host: staging.basic.space | |
Connection: keep-alive | |
Accept: application/json | |
User-Agent: BasicSpaceApp/2.9.37 | |
Authorization: <redact> | |
Accept-Language: en-US;q=1.0 | |
Accept-Encoding: br;q=1.0, gzip;q=0.9, deflate;q=0.8 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/recommendations/products?cursor=&per_page=50&user_id=b40f0db5-ee39-4c72-bcc8-6f6f0410ca44 HTTP/1.1 | |
Host: staging.basic.space | |
Connection: keep-alive | |
Accept: application/json | |
User-Agent: BasicSpaceApp/2.9.37 | |
Authorization: <redact> | |
Accept-Language: en-US;q=1.0 | |
Accept-Encoding: br;q=1.0, gzip;q=0.9, deflate;q=0.8 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/search/listings?cursor=&liked_by=4acd5c09-b556-4f4f-9611-d379743bcab0&page_size=50&query=Pants HTTP/1.1 | |
Host: staging.basic.space | |
Connection: keep-alive | |
Accept: application/json | |
User-Agent: BasicSpaceApp/2.9.37 | |
Authorization: <redact> | |
Accept-Language: en-US;q=1.0 | |
Accept-Encoding: br;q=1.0, gzip;q=0.9, deflate;q=0.8 | |