GithubHelp home page GithubHelp logo

guest3's Introduction

Hi there 👋

Most Used Languages

guest3's People

Contributors

defnngj avatar fnngj avatar klookapptest avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

guest3's Issues

能否提供这些扩展接口的定义文档?

# 更多接口胡学习
# ex : /api/hello_world/
path('hello_world/', other_api.hello_world),
path('user/<slug:username>', other_api.user),
path('get_user_info/<int:uid>', other_api.get_user_info),
path('search', other_api.search),
path('login', other_api.post_login),
path('add_user', other_api.post_add_user),
path('header', other_api.post_header),

# RESTful 风格接口
path('user/<int:uid>/', other_api.user),

# session 记录用户状态
path('user_login', other_api.user_login),
path('user_login_data', other_api.user_login_data),


# 接口的依赖
path('get_activity', other_api.get_activity),
path('get_user', other_api.get_user),
path('get_lucky_number', other_api.get_lucky_number),

# 文件上传
path('upload_file', other_api.upload_file)

根据代码找到了这些扩展的接口,想调用尝试。因为没有文档,只能根据代码给出的字段来尝试,但是摸瞎成功的不是很多,可否提供调用的类似文档?或者告知可以调用的字段?谢谢

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.