We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i'm following carefully your notice but when i'm doing this :
# Provide authentication credentials client = Staffomatic::Client.new(:email => "<my email>", :password => "mypassw", :api_endpoint => "https://api.staffomaticapp.com/v3/<my app name>") # Fetch the current user client.user
# Provide authentication credentials client = Staffomatic::Client.new(:email => "<my email>", :password => "mypassw", :api_endpoint => "https://api.staffomaticapp.com/v3/<my app name>")
# Fetch the current user client.user
It gives me a 301 Moved Permanently page. I can't access anything. Any ideas ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i'm following carefully your notice but when i'm doing this :
# Provide authentication credentials client = Staffomatic::Client.new(:email => "<my email>", :password => "mypassw", :api_endpoint => "https://api.staffomaticapp.com/v3/<my app name>")
# Fetch the current user client.user
It gives me a 301 Moved Permanently page. I can't access anything. Any ideas ?
The text was updated successfully, but these errors were encountered: