Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 285 Bytes

File metadata and controls

11 lines (8 loc) · 285 Bytes

Generator Example

This project uses DirectusSharp.Generators to automatically generate the Get, Create and Update classes.

This generates also generates following extension methods

client.GetMovieAsync();
client.CreateMovieAsync();
client.UpdateMovieAsync();