Ridge icon indicating copy to clipboard operation
Ridge copied to clipboard

Support for internal controllers

Open Melchy opened this issue 1 year ago • 0 comments

Internal constructors are currently not supported. Ridge fails with "action not found error".

Internal controllers and internal actions can also use internal objects. If internal constructor or internal action uses internal object then ridge generates client with public methods in public class that use internal object. This causes build to fail.

Proposed solution

  • Ridge must be able to generate client for internal class.
  • When controller is internal ridge should generate internal client.
  • When action is internal ridge should generate internal client method.

Melchy avatar Jun 10 '24 15:06 Melchy