Skip to content

XoriieInpottn/libentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libentry

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages