serverpod_endpoints_annotation 0.1.5+1 copy "serverpod_endpoints_annotation: ^0.1.5+1" to clipboard
serverpod_endpoints_annotation: ^0.1.5+1 copied to clipboard

Serverpod Endpoint annotation package for endpoints generation

example/lib/example.dart

//user.dart
import 'package:serverpod_endpoints_annotation/serverpod_endpoints_annotation.dart';

class User {}

@EndpointGen(model: User)
class UserModelAdmin extends ModelAdmin {
  ///
}
1
likes
160
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Serverpod Endpoint annotation package for endpoints generation

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on serverpod_endpoints_annotation