dolphin v0.1.0 Dolphin.Api.Listing

Summary

Functions

Retrieves a page of listings from the Flippa REST API. This will include all of the listings on a given page as well as links to the next and previous pages of listings. You can pass in a link in order to use this to get a next or previous page

Retrieve a single listing based on the listing ID

Functions

all_listings(link \\ Endpoint.url() <> "/listings")

Retrieves a page of listings from the Flippa REST API. This will include all of the listings on a given page as well as links to the next and previous pages of listings. You can pass in a link in order to use this to get a next or previous page

single_listing(id)

Retrieve a single listing based on the listing ID

to_listing(item)