Skip to content

Repository files navigation

libentry

Ask DeepWiki

Define a Service Class

  1. Define a normal python class.
  2. Use @api.post() or @api.get() to tag a method as API method.
  3. Ensure every API method has type hint for both arguments and return value.

Access a Service

  1. Create an APIClient instance.
  2. Use its post() or get() method to send the request.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages