Method: Mapboxkit::Client::Styles#style_zip_bundle
- Defined in:
- lib/mapboxkit/client/styles.rb
#style_zip_bundle(username, style_id) ⇒ Object
Retrieve a style ZIP bundle
docs.mapbox.com/api/maps/styles/#retrieve-a-style-zip-bundle
39 40 41 |
# File 'lib/mapboxkit/client/styles.rb', line 39 def style_zip_bundle(username, style_id) get("styles/v1/#{username}/#{style_id}") end |