I am Doppler, the Artsy developer website.
- Production: developers.artsy.net
- Staging: developers-staging.artsy.net/
Please note, we are in the process of retiring the public api..
The public api, as well as its documentation and playground, will remain available until July 28th, 2025.
This change will not affect partners currently using our partner api..
If you're interested in integrating your service with Artsy's partner api, please reach out to ....
Clone the project:
$ git clone git@github.com:artsy/doppler.git
Review the setup script and run it or the equivalent steps for your environment:
$ cat bin/setup
$ bin/setup
Then it should be possibe to run tests:
bundle exec rspec
...or start the application (at http://localhost:3000):
foreman start
We welcome contributions. See CONTRIBUTING and DEV.
MIT License, see LICENSE for details.
(c) 2014-2018 Artsy Inc. and Contributors