Jeremy Simmons

Results 17 comments of Jeremy Simmons

docs go in the README.md file in the root of the repository, right?

Seems like there needs to be a community cookbook put together of known working customizations...

@mglaman I would love to see this finished!

Thank you for the prompt reply @willvedd . Please emphasize to management how releasing a feature in the UI that does not have a matching API is detriment for teams...

@petdance still accepting pull requests on this? C# is my day-job. Found this site today while looking for a php example (side project).

@willvedd thanks for updating the community on the status.

Move `ApiException` and `ApiException` to their own namespace ``` namespace Company.Api.Exceptions { public partial class ApiException : System.Exception { ... } public partial class ApiException : ApiException { ... }...