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 Apr 26, 2018. It is now read-only.
However, it seems that all 'unnested' resources still work as expected.
For example:
Todo.new.tags
Communication.new.tags
SuperTag.find(:all)
Location.find(2)
.. are all working.
Would you please consider fixing the API so that our company can test BatchBook? In the meantime I will try to fix the code myself, and if I am successful I can send you my changes.
The text was updated successfully, but these errors were encountered:
Hi, I have done my best to fix the API wrapper. You can find my changes in the forked project on github. However, I do believe that there are still some problems with your API. I have followed all of the API guides on http://developer.batchblue.com and some things are still not working, such as adding/removing tags. Would greatly appreciate it if you could help me with that. Thanks!
This API is broken. The following are examples of the errors that are given:
person = Person.find(3808)
=> #<BatchBook::Person:0xb740e4b4 ........
person.tags
ActiveResource::ResourceNotFound: Failed with 404 Not Found
person.supertags
ActiveResource::Redirection: Failed with 302 Moved Temporarily => https://cf.batchbook.com/service/people/3808/super_tags?action=index&contact_id=3808&controller=service%2Fsuper_tags&format=xml
person.locations
ActiveResource::Redirection: Failed with 302 Moved Temporarily => https://cf.batchbook.com/service/people/3808/locations
However, it seems that all 'unnested' resources still work as expected.
For example:
Todo.new.tags
Communication.new.tags
SuperTag.find(:all)
Location.find(2)
.. are all working.
Would you please consider fixing the API so that our company can test BatchBook? In the meantime I will try to fix the code myself, and if I am successful I can send you my changes.
The text was updated successfully, but these errors were encountered: