Argolis
Argolis copied to clipboard
Improve [SupportedClass]
The idea is to improve the attribute so that not a full URI is necessary.
[SupportedClass(BaseUri = "http://example.com/api#")]
public class Model
{
}
This would produce class id http://example.com/api#Model.