Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Implement missing async APIs, especially organizations_api, bucket_api, tasks_api and authorizations_api

Abierto
#556 0 comentarios 2 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
api

Línea de trabajo

Comience examinando la superficie de la API async existente y los servicios de nivel inferior OrganizationsService, BucketsService, TasksService y AuthorizationsService mencionados en el issue. Compare cómo las API async disponibles exponen sus interfaces y, a continuación, añada un acceso async equivalente para las API enumeradas y verifique que los usuarios puedan utilizarlas sin tener que recurrir a servicios de nivel inferior.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Proposal:
Some crucial APIs such as organizations_api, bucket_api, tasks_api and authorizations_api (among others) are not yet availably as async APIs. They should be available to enable users to go fully async.

Current behavior:
For the APIs in the issue title, no async version is available.

Desired behavior:
For our use case, we need async versions of the APIs in the issue title.

Alternatives considered:
As an alternative, one could use the lower-level services like OrganizationsService, BucketsService etc. However, having the same interface to all aspects of the API would be preferable.

Use case:
Users of the async API need access to the full range of InfluxDB APIs.

Lenguaje dominante
Python
Estrellas
792
Forks
186
Merge medio
3 h 2 min
PR fusionados (30 d)
1

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de influxdata/influxdb-client-python

Todos los issues de influxdata/influxdb-client-python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.