Skip to main content

libreria para hacer clientes de apis rest

Project description

chibi_api

https://img.shields.io/pypi/v/chibi_api.svg Documentation Status

libreria para hacer clientes de apis rest

Ejemplos

from chibi_requests import Response
from chibi_api.chibi_api import Chibi_inner_api


class Response_200( Response ):
        serializer = Catalog_serializer


class Response_post( Response_200 ):
        pass


class Response_put( Response_200 ):
        pass


class Response_delete( Response_200 ):
        pass


class Api_inner( Chibi_inner_api ):
        response = {
                'get': Response_200,
                'post': Response_post,
                'delete': Response_delete,
                'put': Response_put,
        }

Features

  • TODO

History

0.1.0 ( 2025-02-25 )

  • nueva funcion para contruir urls usando el valor absoluto

0.0.3 ( 2025-02-25 )

  • las clases de respueta se pueden cambiar de clase individualmente

0.0.2 ( 2024-11-05 )

  • correciones con dependencias

0.0.1 (2024-10-23)

  • primer prototipo es mierda

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chibi_api-0.1.0.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chibi_api-0.1.0-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file chibi_api-0.1.0.tar.gz.

File metadata

  • Download URL: chibi_api-0.1.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for chibi_api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c4860b2441354c0937537aaac7b6bef368a1460cb110975cf9f22b5883230564
MD5 ce53f10c082b42d21798faa3c15cec3d
BLAKE2b-256 99a3142d1d00e674bdeaa81dc15eb35383fd9d939a6925c7bab07c875d9db0b8

See more details on using hashes here.

File details

Details for the file chibi_api-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: chibi_api-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for chibi_api-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7c22191e39022f1c8aff0b0ff93a95383471e56afd07e234ac917b78bc10675e
MD5 0aa8d22bad69a535b7964e18f61113e9
BLAKE2b-256 f0b9aa686b2bd8dec0dba23d842507614778d0424fb4f8a6265086f107ecadad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page