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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I think the major design decisions for the SDK center around how much validation we want to do here.
From the HTTP resource perspective, this API is a relatively simple set of GET, PUT, POST, PATCH and DELETE methods. From the user's perspective, the most challenging part will be constructing valid mapbox GL styles.
We want to keep this low level so I'd propose that, if any GL style helpers are needed, they should be external modules. For now, maybe just assume valid styles and let the HTTP response convey any errors. What do you think @sgillies ?
https://www.mapbox.com/developers/api/styles/
The text was updated successfully, but these errors were encountered: