-
-
Notifications
You must be signed in to change notification settings - Fork 57
Document the API #165
Comments
Not documentation, but the best place to look at the moment is If you want to jump into #constable on Slack I'm more than willing to help out as much as I can. |
Hi George, I think this is a great idea! The best place to look for the API is in test/controllers/api (https://github.com/thoughtbot/constable-api/tree/master/test/controllers/api). I’ll give a brief rundown of what I would to do to see how to use the API
We should add this to the README, but I'm a bit busy with ExMachina and Bamboo. I hope this helps. Feel free to ping me if you need any help! |
@paulcsmith Thanks for the directions! I was able to successfully create announcements on staging, first using curl, and then using https://github.com/thoughtbot/srs-bsns/pull/25 |
Awesome! I'm glad that it worked!! Sent from my iPhone
|
Inspired by https://github.com/thoughtbot/handbook/issues/402, I'd like to update https://github.com/thoughtbot/srs-bsns so that it posts on Constable instead of Basecamp, but I'm having trouble figuring out the API.
The README says the best place to look is the
app/stores
directory in the https://github.com/thoughtbot/constable/ repo, but that directory doesn't exist.I don't have enough experience with either Elixr or React to quickly piece together what's going on without a bit more documentation.
The text was updated successfully, but these errors were encountered: