0

Over the weekend, I attended an NHS "Hackday" where we tried to solve a problem one of the junior doctors brought. We hacked together a stack exchange alternative for medical doctors to ask questions.

The most obvious thought was to just set up a medical stack exchange but one of the key components of the problems was that asking a question should be very easy - a user should be able to do it from their phone. And so we quickly decided we would need something with a little bit extra than stack exchange.

In the end we didn't have enough time or digital ducktape to connect our alternative to a mobile phone.

On my more in depth searching this morning I see that API v2.1 does actually support writing of comments but I can't find many apps actually using it.

Could anyone provide me with some examples? Am I correct in thinking that only comments can be written and not questions?

Tim Stone
  • 4,686
  • 3
  • 22
  • 32
JonJ
  • 1

1 Answers1

2

Update: As of , it's also possible to write questions and answers via the API.


There are at least a few examples in use, of API 2.1 apps, that write comments. See:

Re:

Am I correct in thinking that only comments can be written and not questions?

Yes, that's correct. Except for the super-secret, official, Android app that's under development. It presumably uses an API that's not publicly documented.

Brock Adams
  • 12,901
  • 5
  • 38
  • 64