Skip to content

Add new http_clients virtual table #26

@asg017

Description

@asg017
.load http0
insert into http_clients(name, headers, rate_limit)
  select 
    'github_api', 
    http_headers('User-Agent', 'xxx/1.0.0', 'X-Api-Key', '...'),
    100;

select http_get(
  'https://api.github.com/....', 
  null, 
  null, 
  null, 
  json_object('client', 'github_api')
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions