Skip to content

Commit

Permalink
fix: set namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jul 29, 2024
1 parent 7adeecb commit f4f59c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jane-openapi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'openapi-file' => __DIR__ . '/openapi.json',
'namespace' => 'cedricziel\phpbaserowclient\Generated',
'namespace' => 'CedricZiel\Baserow\Generated',
'directory' => __DIR__ . '/generated',
'use-fixer' => true,
];
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

An API client for baserow.io

```shell
composer require cedricziel/baserow
```

## License

Apache 2.0

0 comments on commit f4f59c6

Please sign in to comment.