Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    You don't specify what kind of an API this is. There's a pretty big difference between SOAP, HTTP/REST, RPC, or a platform-specific API (e.g. Java/Python/.NET client). Also not every client of an API is necessarily going to understand an "enum" or have the same definition of it. Commented Jan 28, 2014 at 2:45
  • Also, what "space" are you trying to "save"? Don't leak database or other technical constraints to clients if you can avoid it. Commented Jan 28, 2014 at 2:47