-
https://support.photoshelter.com/entries/21626597-Integration-with-PhotoShelter-API
That is the Photoshelter API. The first step here is to make a Ruby API for photoshelter and put it in lib/.
jimpo updated
11 years ago
-
# Issue summary
When one pulls Orders data from API with auto-iteraton (`no_iter_next=True`), library iterates over pages and when it hits page 476 an error is thrown.
Also, looks like there are m…
-
To solve this problem:
json, json_pure and yajl-ruby all get downloaded and required through the resolution process.
I would like to specify that I'd like to use yajl while excluding json and json_p…
-
[nwiger@sliver:fbapp]$ grep -v '^#' Gemfile |grep -v '^$'
gem "rails", "3.0.pre"
directory "/Users/nwiger/Workspace/rails3", :glob => "{_/,}_.gemspec"
git "git://github.com/rails/arel.git"
git "git://…
-
Hello Ryan
I am working on a survey app. where Survey has_many questions and question has_many options. Pretty much same as from your example.
everything works while creating the survey. it creates…
ghost updated
12 years ago
-
There is/was an RSS feed for maps, but it was causing problems when publiclab.org tried to download the RSS feed.
At any rate, processing an RSS feed is likely suboptimal compared to a RESTful API.
…
-
Need to look at this and create issues for each:
https://github.com/interagent/http-api-design
- Foundations
- [x] Require TLS
- [x] Version with Accepts header
- [ ] Support caching with Etags
…
-
The burndown graph is working fine with all issues opened. But as soon as I closed one issue, I got Internal Error 500. My log shows this:
Processing ScrumblerSprintsController#burndown (for 10.3.14…
-
Hi Kevin,
This project seems very useful, I have a few SVN repos that I'd like to migrate to GitHub and this way it would be great. Unfortunately it doesn't work on my system (Ubuntu 12.04), please c…
-
We're come across the situation where we're receiving an HTTP error that's not defined within served (e.g. a `504 Gateway Timeout` error). Currently, served will blow up in [`Served::Resource::Request…