Code Monkey home page Code Monkey logo

fastcampusapi's Introduction

TEST DEPLOY

FastCampus FastAPI Lecture 2021

FastAPI 기초 - tutorial

  • Chapter 1-1
  • Chapter 1-2

FastAPI 실전 - app

텔레그램 퀴즈봇 on Azure

강의노트

강의노트 바로가기

fastcampusapi's People

Contributors

hard-coders avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fastcampusapi's Issues

Optional 제안

class User(BaseModel):

안녕하세요. Fastcampus에서 강의를 보며 따라하던 중 오류가 나서 확인해 보니
schema.py 파일의 User 클래스에 필수값이 아닌 파라미터에 대해 Optional 처리가 안되어 있더라구요.
(https://core.telegram.org/bots/api#user)

제가 username 을 설정하지 않아서 난 에러지만... 저와 같은 초보자는 오류가 나면 당황하면서
멘탈에 데미지가 가해져서... 제안 드려봅니다^^

아 참고로 "한 번에 끝내는 파이썬 웹 개발 초격차 패키지 Online"
Part13 / CH01_03 번에서 v.0.1.2 로
webhook 실습하다가 발견했습니다.

좋은 강의 감사합니다!!

==========================================================

class User(BaseModel):
id: int
is_bot: bool
first_name: str
last_name: Optional[str]
username: Optional[str]
language_code: Optional[str]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.